smartlegal/package.json

61 lines
1.4 KiB
JSON
Raw Normal View History

2020-01-17 16:34:40 +00:00
{
2023-07-10 00:56:46 +00:00
"name": "@push.rocks/smartlegal",
2023-10-11 23:21:37 +00:00
"version": "1.0.26",
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)",
2023-10-11 23:21:12 +00:00
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
2020-01-17 16:34:40 +00:00
},
"repository": {
"type": "git",
2023-10-11 23:21:12 +00:00
"url": "git+ssh://git@gitlab.com/push.rocks/smartlegal.git"
2020-01-17 16:34:40 +00:00
},
"keywords": [
"legal",
"docs",
"privacy",
"policy"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
2023-10-11 23:21:12 +00:00
"url": "https://gitlab.com/push.rocks/smartlegal/issues"
2020-01-17 16:34:40 +00:00
},
2023-10-11 23:21:12 +00:00
"homepage": "https://gitlab.com/push.rocks/smartlegal#README",
2020-01-17 16:34:40 +00:00
"dependencies": {
2023-10-11 23:21:12 +00:00
"@push.rocks/smartmarkdown": "^3.0.1",
"@push.rocks/smartmustache": "^3.0.2",
"@push.rocks/smartpnpm": "^1.0.6",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartshell": "^3.0.3",
"@tsclass/tsclass": "^4.0.43"
2020-01-17 16:34:40 +00:00
},
"devDependencies": {
2023-10-11 23:21:12 +00:00
"@git.zone/tsbuild": "^2.1.25",
"@git.zone/tsrun": "^1.2.12",
"@git.zone/tstest": "^1.0.54",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.8.4"
2020-01-17 16:34:40 +00:00
},
"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"
2023-10-11 23:21:12 +00:00
],
"type": "module"
2023-10-11 23:21:12 +00:00
}