docs/package.json
2019-08-13 21:52:12 +02:00

38 lines
806 B
JSON

{
"name": "awpm.xyz",
"version": "1.0.34",
"description": "the specification for the awesome workplace manifesto",
"main": "dist/index.js",
"scripts": {
"test": "tsdoc",
"docs": "tsdoc",
"serve": "tsdoc --serve",
"build": "echo \"Not needed for now\""
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/awpm/awpm-spec.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/awpm/awpm-spec/issues"
},
"homepage": "https://gitlab.com/awpm/awpm-spec#README",
"devDependencies": {
"@gitzone/tsdoc": "^1.0.19"
},
"private": true,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}