smartlegal/package.json

62 lines
1.4 KiB
JSON
Raw Normal View History

2020-01-17 16:34:40 +00:00
{
"name": "@pushrocks/smartlegal",
2021-05-17 15:47:00 +00:00
"version": "1.0.23",
2020-01-17 16:34:40 +00:00
"private": false,
"description": "go legal programmatically",
2021-05-17 15:46:59 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2020-01-17 16:34:40 +00:00
"scripts": {
2021-05-17 15:46:59 +00:00
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
2020-01-17 16:34:40 +00:00
},
"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": {
2021-05-17 15:45:46 +00:00
"@pushrocks/smartmarkdown": "^2.0.6",
"@pushrocks/smartmustache": "^2.0.11",
"@pushrocks/smartpromise": "^3.1.5",
"@tsclass/tsclass": "^3.0.33",
"@types/license-checker": "^25.0.1",
2020-01-17 16:34:40 +00:00
"@umbrellazone/legal-docs": "^1.0.12",
"license-checker": "^25.0.1"
},
"devDependencies": {
2021-05-17 15:45:46 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.54",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^15.3.0",
"tslint": "^6.1.3",
2020-01-17 16:34:40 +00:00
"tslint-config-prettier": "^1.18.0"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2021-05-17 15:46:59 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-01-17 16:34:40 +00:00
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2021-05-17 15:46:59 +00:00
],
"browserslist": [
"last 1 chrome versions"
2020-01-17 16:34:40 +00:00
]
2021-05-17 15:47:00 +00:00
}