50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "assert-options",
|
|
"version": "0.8.0",
|
|
"description": "Generic options parameter handling.",
|
|
"main": "dist/src/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"scripts": {
|
|
"all": "tsc && npm test && npm run lint",
|
|
"lint": "tslint --fix ./src/**/*.ts ./test/**/*.ts",
|
|
"test": "nyc mocha -r ts-node/register test/**/*.spec.ts"
|
|
},
|
|
"files": [
|
|
"dist/src",
|
|
"dist/index.js"
|
|
],
|
|
"homepage": "https://github.com/vitaly-t/assert-options",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vitaly-t/assert-options.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vitaly-t/assert-options/issues",
|
|
"email": "vitaly.tomilov@gmail.com"
|
|
},
|
|
"keywords": [
|
|
"assert",
|
|
"options"
|
|
],
|
|
"author": {
|
|
"name": "Vitaly Tomilov",
|
|
"email": "vitaly.tomilov@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "4.3.4",
|
|
"@types/mocha": "10.0.0",
|
|
"@types/node": "18.11.9",
|
|
"chai": "4.3.7",
|
|
"mocha": "10.1.0",
|
|
"mocha-lcov-reporter": "1.3.0",
|
|
"nyc": "15.1.0",
|
|
"ts-node": "10.9.1",
|
|
"tslint": "6.1.3",
|
|
"typescript": "4.9.3"
|
|
}
|
|
}
|