smartlegal/package.json
2020-01-17 16:34:41 +00:00

57 lines
1.3 KiB
JSON

{
"name": "@pushrocks/smartlegal",
"version": "1.0.19",
"private": false,
"description": "go legal programmatically",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "tstest test/",
"build": "tsbuild"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pkunz/legal.git"
},
"keywords": [
"legal",
"docs",
"privacy",
"policy"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pkunz/legal/issues"
},
"homepage": "https://gitlab.com/pkunz/legal#README",
"dependencies": {
"@pushrocks/smartmarkdown": "^2.0.2",
"@pushrocks/smartmustache": "^2.0.9",
"@pushrocks/smartpromise": "^3.0.6",
"@tsclass/tsclass": "^2.0.13",
"@umbrellazone/legal-docs": "^1.0.12",
"license-checker": "^25.0.1"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.2.0",
"@types/node": "^13.1.7",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}