OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/package.json

21 lines
565 B

{
"name": "openproject",
"version": "0.1.0",
"scripts": {
"postinstall": "cd frontend && npm install",
"test": "cd frontend && npm test && cd ..",
7 years ago
"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.17.0",
"npm": "~6.14.13"
3 years ago
},
"devDependencies": {
"@redocly/openapi-cli": "^1.0.0-beta.80",
3 years ago
"webfonts-generator": "^0.4.0"
}
}