@slimio/windrive
Version:
Windows Drive (disk) & Devices low level binding
79 lines (78 loc) • 1.89 kB
JSON
{
"name": "@slimio/windrive",
"version": "1.5.0",
"description": "Windows Drive (disk) & Devices low level binding",
"main": "index.js",
"engines": {
"node": ">=10"
},
"husky": {
"hooks": {
"pre-push": "cross-env npm test && eslint index.js",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"nyc": {
"check-coverage": true,
"per-file": false,
"lines": 98,
"statements": 98,
"functions": 98,
"branches": 90
},
"dependencies": {
"node-addon-api": "^1.6.2",
"node-gyp-build": "^3.6.0"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@escommunity/minami": "^1.0.0",
"@slimio/eslint-config": "^2.0.3",
"@slimio/is": "^1.4.0",
"@types/node": "^10.12.18",
"ava": "^1.0.1",
"cross-env": "^5.2.0",
"eslint": "^5.10.0",
"husky": "^1.3.0",
"jsdoc": "^3.5.5",
"node-gyp": "^3.8.0",
"nyc": "^13.1.0",
"pkg-ok": "^2.3.1",
"prebuildify": "^2.9.1"
},
"scripts": {
"prepublishOnly": "pkg-ok",
"prebuilds": "prebuildify --napi",
"build": "cross-env node-gyp configure && node-gyp build",
"test": "ava --verbose",
"doc": "jsdoc -c ./jsdoc.json -r -R ./README.md -P ./package.json --verbose",
"coverage": "nyc ava",
"report": "nyc report --reporter=html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SlimIO/WinDisk.git"
},
"keywords": [
"SlimIO",
"Drive",
"Disk",
"NAPI",
"Windows",
"LogicalDrive",
"Binding",
"Microsoft",
"Devices",
"DosDevices",
"FreeSpace"
],
"author": "SlimIO",
"private": false,
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/SlimIO/WinDisk/issues"
},
"homepage": "https://github.com/SlimIO/WinDisk#readme"
}