node-bcc
Version:
A simple Block Check Character library.
64 lines (63 loc) • 1.47 kB
JSON
{
"name": "node-bcc",
"version": "2.4.2",
"description": "A simple Block Check Character library.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
"test": "nyc mocha",
"codecov": "codecov -f coverage/coverage-final.json",
"doc": "typedoc",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beyerleinf/node-bcc.git"
},
"keywords": [
"node",
"typescript",
"block",
"check",
"character",
"bcc"
],
"author": {
"name": "Fabian Beyerlein",
"email": "dev@beyerleinf.de",
"url": "https://github.com/beyerleinf"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/beyerleinf/node-bcc/issues"
},
"homepage": "https://github.com/beyerleinf/node-bcc#readme",
"devDependencies": {
"@types/chai": "^4.2.18",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.2",
"@types/sinon": "^10.0.2",
"chai": "^4.3.4",
"codecov": "^3.8.2",
"gts": "^3.1.0",
"mocha": "^9.0.0",
"nyc": "^15.1.0",
"sinon": "^11.1.1",
"source-map-support": "^0.5.19",
"ts-node": "^10.0.0",
"typedoc": "^0.20.36",
"typescript": "4.2"
},
"files": [
"build/**/*"
],
"engines": {
"node": ">= 10.0.0"
}
}