Files
openproject/package.json
T
Oliver Günther 2a924dcc74 Add more useful setup_dev script
[ci skip]
2018-06-27 09:14:26 +02:00

18 lines
521 B
JSON

{
"name": "openproject",
"version": "0.1.0",
"scripts": {
"postinstall": "cd frontend && npm install",
"test": "cd frontend && npm test && cd ..",
"tslint_typechecks": "cd frontend && npm run tslint_typechecks && cd ..",
"serve": "cd frontend && npm run serve",
"legacy-webpack": "cd frontend && npm run legacy-webpack && cd ..",
"legacy-webpack-watch": "cd frontend && npm run legacy-webpack-watch"
},
"private": true,
"engines": {
"node": ">= 6.9.1",
"npm": ">= 4.0.0"
}
}