fix(core): update
This commit is contained in:
37
package.json
Normal file
37
package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "awpm.xyz",
|
||||
"version": "1.0.26",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user