typescript-libraries
Version:
To install this library, run:
63 lines • 1.56 kB
JSON
{
"name": "typescript-libraries",
"version": "0.0.12-m",
"scripts": {
"clean": "rm -rf node_modules/ && rm -rf dist/ && rm -rf .nyc_output/ && rm -rf .cache/ && rm -rf package-lock.json",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"test:run": "mocha",
"test:auto": "mocha --watch",
"test:coverage": "nyc mocha",
"prepublishOnly": "rm -rf dist/ && tsc --declaration -p ."
},
"repository": {
"type": "git",
"url": "https://github.com/onalbi/typescript-libnpm raries"
},
"author": {
"name": "Albion Liçi",
"email": "lici.albion@gmail.com"
},
"keywords": [
"typescript",
"cordova",
"cache",
"heuristic"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/onalbi/typescript-libraries/issues"
},
"files": ["dist"],
"private": false,
"peerDependencies": {
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@testdeck/mocha": "^0.3.3",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.15.21",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"chai": "^5.2.0",
"eslint": "^9.27.0",
"mocha": "^11.5.0",
"nyc": "^17.1.0",
"ts-node": "^10.9.2"
},
"engines": {
"node": ">=20.10.0"
},
"mocha": {
"require": "ts-node/register",
"reporter": "dot",
"watch-extensions": "ts",
"spec": "test/**/*.spec.ts",
"watch-files": [
"test/**/*.spec.ts"
]
},
"dependencies": {
"reflect-metadata": "^0.2.2"
}
}