{ "name": "drivelist", "version": "8.0.9", "description": "List all connected drives in your computer, in all major operating systems", "main": "js/index.js", "homepage": "https://github.com/balena-io-modules/drivelist", "gypfile": true, "repository": { "type": "git", "url": "git://github.com/balena-io-modules/drivelist.git" }, "keywords": [ "disk", "cross", "platform", "physical", "drive", "list" ], "directories": { "test": "tests" }, "scripts": { "test": "mocha -r ts-node/register tests/**/*.spec.ts -R spec", "lint": "npm run lint-cpp && npm run lint-ts", "lint-cpp": "cpplint --recursive src", "lint-ts": "resin-lint --typescript lib tests", "prettier": "prettier --config ./node_modules/resin-lint/config/.prettierrc --write \"lib/**/*.ts\" \"tests/**/*.ts\"", "readme": "jsdoc2md --template doc/README.hbs js/index.js > README.md", "configure": "node-gyp configure", "build": "node-gyp rebuild", "build-ts": "tsc", "rebuild": "node-gyp rebuild", "install": "prebuild-install || node-gyp rebuild", "prebuild-release": "prebuild --all --strip", "prepublishOnly": "npm run build-ts && npm run readme" }, "author": "Juan Cruz Viotti ", "license": "Apache-2.0", "engines": { "node": ">=6" }, "devDependencies": { "@types/bindings": "^1.3.0", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.6", "@types/mz": "0.0.32", "@types/sinon": "^7.0.6", "chai": "^4.2.0", "eslint": "^4.19.1", "jsdoc-to-markdown": "^4.0.1", "mocha": "^6.0.0", "prebuild": "^8.1.2", "resin-lint": "^3.0.1", "sinon": "^7.2.4", "ts-node": "^8.0.2", "typescript": "^3.2.4" }, "dependencies": { "bindings": "^1.3.0", "debug": "^3.1.0", "mz": "^2.7.0", "nan": "^2.14.0", "prebuild-install": "^5.2.4" } }