mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
f98254fec7
[ci skip]
18 lines
579 B
JSON
18 lines
579 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",
|
|
"serve-public": "cd frontend && ./node_modules/.bin/ng serve --host 0.0.0.0",
|
|
"legacy-webpack": "cd frontend && npm run legacy-webpack && cd ..",
|
|
"legacy-webpack-watch": "cd frontend && npm run legacy-webpack-watch"
|
|
},
|
|
"private": true,
|
|
"engines": {
|
|
"node": "~8.12.0"
|
|
}
|
|
}
|