Files
openproject/package.json
T
Piyotaro, Kiiroi (きいろい ぴよ太郎) 6385150c6a Bump nodejs to v14.16.0 (#9046)
* Bump nodejs to v14.16.0

Lastest LTS version of nodejs is 14.16.0

* Bump nodejs to v14.16.0

Lastest LTS version of nodejs is 14.16.0
2021-02-24 20:21:03 +01:00

16 lines
433 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"
},
"private": true,
"engines": {
"node": "~14.16.0"
}
}