65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "@plastichub/osr-cli-commons",
|
|
"description": "",
|
|
"version": "0.5.7",
|
|
"typings": "index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bin": {
|
|
"osr-cli": "main.js"
|
|
},
|
|
"dependencies": {
|
|
"@plastichub/core": "^0.2.6",
|
|
"@plastichub/fs": "^0.13.40",
|
|
"@plastichub/osr-commons": "^0.4.6",
|
|
"@plastichub/osr-log": "^0.1.2",
|
|
"ansi-regex": "^5.0.0",
|
|
"cryptr": "^6.0.3",
|
|
"env-var": "^7.1.1",
|
|
"fast-glob": "^3.2.11",
|
|
"glob": "^10.4.1",
|
|
"glob-base": "github:justin-caribou/glob-base",
|
|
"is-glob": "^4.0.3",
|
|
"p-map": "^4.0.0",
|
|
"parse-glob": "^3.0.4",
|
|
"tslog": "^4.9.3",
|
|
"typescript": "^5.6.3",
|
|
"yaml": "^2.6.0",
|
|
"yargs": "^17.7.2",
|
|
"zod": "^3.23.8",
|
|
"zod-to-json-schema": "^3.23.5",
|
|
"zod-to-ts": "^1.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --env=node --colors --coverage test --passWithNoTests",
|
|
"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",
|
|
"types": "node main.js types",
|
|
"docs": "npx typedoc src/index.ts",
|
|
"dev-test-watch": "mocha-typescript-watch"
|
|
},
|
|
"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"
|
|
],
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^20.17.16",
|
|
"@types/yargs": "^17.0.33",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.2.5"
|
|
}
|
|
}
|