osr-mono/packages/osr-registry/package.json
2025-01-29 18:17:03 +01:00

49 lines
1.3 KiB
JSON

{
"name": "@plastichub/osr-registry",
"description": "",
"version": "0.1.0",
"typings": "index.d.ts",
"publishConfig": {
"access": "public"
},
"bin": {
"osr-registry": "main.js"
},
"dependencies": {
"@keyv/sqlite": "^4.0.1",
"@plastichub/core": "^0.1.9",
"@plastichub/fs": "^0.13.32",
"@plastichub/osr-commons": "link:..\\osr-commons",
"@types/node": "^14.17.5",
"@types/yargs": "^17.0.2",
"env-var": "^7.0.1",
"keyv": "^5.1.0",
"keyv-file": "^0.2.0",
"p-map": "^4.0.0",
"typescript": "^4.3.5",
"yargs": "^14.2.3"
},
"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 .",
"dev": "tsc -p . --declaration -w",
"typings": "tsc --declaration",
"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"
]
}