{ "name": "@push.rocks/smartlegal", "version": "1.0.27", "private": false, "description": "go legal programmatically", "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": "git+ssh://git@gitlab.com/push.rocks/smartlegal.git" }, "keywords": [ "legal", "docs", "privacy", "policy" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/push.rocks/smartlegal/issues" }, "homepage": "https://gitlab.com/push.rocks/smartlegal#README", "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" }