mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
18
package.json
18
package.json
@@ -3,9 +3,14 @@
|
||||
"version": "0.2.0",
|
||||
"description": "A collection of configuration base files for StApps projects.",
|
||||
"scripts": {
|
||||
"build": "npm run tslint && npm run compile && npm run documentation",
|
||||
"compile": "rimraf lib/* && tsc --outDir lib && prepend lib/cli.js '#!/usr/bin/env node\n'",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
"install": "./scripts/postinstall.sh",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||||
"install": "node lib/cli.js -p $INIT_CWD",
|
||||
"prepareOnly": "npm run build",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -18,12 +23,19 @@
|
||||
],
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@types/node": "10.12.12",
|
||||
"commander": "2.19.0",
|
||||
"tslint": "5.11.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "3.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"conventional-changelog-cli": "2.0.11"
|
||||
"conventional-changelog-cli": "2.0.11",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "2.6.2",
|
||||
"ts-node": "7.0.1",
|
||||
"typedoc": "0.13.0",
|
||||
"typescript": "3.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user