Skip to content
Snippets Groups Projects
package.json 1.58 KiB
Newer Older
francois.grand's avatar
francois.grand committed
{
francois.grand's avatar
francois.grand committed
  "name": "ngHyd",
  "version": "1.1.0",
  "license": "MIT",
francois.grand's avatar
francois.grand committed
  "scripts": {
francois.grand's avatar
francois.grand committed
    "ng": "ng",
    "start": "ng serve --host 0.0.0.0",
    "prod": "ng serve --host 0.0.0.0 --env=prod",
francois.grand's avatar
francois.grand committed
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "jalhyd": "rm -rf node_modules/jalhyd; cd ../jalhyd; npm run package; cd ../nghyd; npm install ../jalhyd/jalhyd-1.0.0.tgz"
francois.grand's avatar
francois.grand committed
  },
francois.grand's avatar
francois.grand committed
  "private": true,
francois.grand's avatar
francois.grand committed
  "dependencies": {
francois.grand's avatar
francois.grand committed
  },
  "devDependencies": {