osr-mono/packages/osr-cli/package.json
2025-01-29 17:48:22 +01:00

60 lines
1.6 KiB
JSON

{
"name": "@plastichub/osr-cli",
"description": "",
"version": "0.1.2",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"module": "dist/main.js",
"main": "dist/main.js",
"bin": {
"osr-cli": "dist/main.js"
},
"dependencies": {
"@plastichub/core": "^0.2.1",
"@plastichub/fs": "^0.13.33",
"@plastichub/osr-cli-commons": "^0.3.9",
"@plastichub/osr-commons": "^0.2.2",
"@plastichub/osr-sync": "^0.2.5",
"@plastichub/osr-templates": "^0.1.2",
"@plastichub/osrl": "^0.5.3",
"@types/node": "^14.18.36",
"@types/shelljs": "^0.8.15",
"@types/yargs": "^17.0.11",
"axios": "^0.27.2",
"chalk": "^2.4.1",
"convert-units": "^2.3.4",
"cryptr": "^6.0.3",
"env-var": "^7.1.1",
"querystring": "^0.2.1",
"shelljs": "^0.8.5",
"tslog": "^3.3.3",
"typescript": "^4.3.5",
"yargs": "^17.5.1"
},
"scripts": {
"test": "tsc; mocha --full-trace mocha \"spec/**/*.spec.js\"",
"test-with-coverage": "istanbul cover node_modules/.bin/_mocha -- 'spec/**/*.spec.js'",
"lint": "tslint --project=./tsconfig.json",
"build": "tsc -p . --declaration",
"dev": "tsc -p . --declaration -w",
"typings": "tsc --declaration",
"docs": "npx typedoc src/index.ts",
"dev-test-watch": "mocha-typescript-watch",
"link-dev": "sh scripts/link-dev.sh"
},
"homepage": "https://git.osr-plastic.org/plastichub/lib-content",
"repository": {
"type": "git",
"url": "https://git.osr-plastic.org/plastichub/lib-content.git"
},
"engines": {
"node": ">= 14.0.0"
},
"license": "BSD-3-Clause",
"keywords": [
"typescript"
]
}