smartlegal/package.json
2024-05-29 14:13:57 +02:00

61 lines
1.5 KiB
JSON

{
"name": "@push.rocks/smartlegal",
"version": "1.0.27",
"private": false,
"description": "A module for handling legal aspects of software projects programmatically, including license checking.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartlegal.git"
},
"keywords": [
"legal",
"license checking",
"programmatic compliance",
"software licensing",
"dependency management"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/push.rocks/smartlegal/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartlegal",
"dependencies": {
"@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"
},
"devDependencies": {
"@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"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
],
"type": "module"
}