Skip to content
Snippets Groups Projects
package.json 1.05 KiB
Newer Older
  "name": "simplesamlphp",
  "main": "index.js",
  "repository": "https://github.com/simplesamlphp/simplesamlphp",
  "author": "olimpiam",
  "license": "MIT",
  "engines": {
    "node": ">=10.0.0",
    "npm": ">=6.0.0"
  },
    "post-intall": "minimum-node-version",
    "clean": "rm -rf www/assets/css/* && rm -rf www/assets/js/*",
    "build": "webpack -p"
  },
  "dependencies": {