{ "name": "asar", "description": "Creating Electron app packages", "version": "2.1.0", "main": "./lib/asar.js", "types": "./lib/index.d.ts", "bin": { "asar": "./bin/asar.js" }, "engines": { "node": ">=8.0" }, "license": "MIT", "homepage": "https://github.com/electron/asar", "repository": { "type": "git", "url": "https://github.com/electron/asar.git" }, "bugs": { "url": "https://github.com/electron/asar/issues" }, "scripts": { "mocha": "xvfb-maybe electron-mocha --reporter spec && mocha --reporter spec", "test": "npm run lint && npm run mocha", "lint": "tsd && standard", "standard": "standard", "tsd": "tsd" }, "standard": { "env": { "mocha": true } }, "tsd": { "directory": "test" }, "dependencies": { "chromium-pickle-js": "^0.2.0", "commander": "^2.20.0", "cuint": "^0.2.2", "glob": "^7.1.3", "minimatch": "^3.0.4", "mkdirp": "^0.5.1", "tmp-promise": "^1.0.5" }, "optionalDependencies": { "@types/glob": "^7.1.1" }, "devDependencies": { "@continuous-auth/semantic-release-npm": "^2.0.0", "@semantic-release/changelog": "^3.0.2", "electron": "^5.0.0", "electron-mocha": "^8.0.1", "lodash": "^4.17.11", "mocha": "^6.1.4", "rimraf": "^2.6.3", "semantic-release": "^15.13.3", "standard": "^12.0.1", "tsd": "^0.11.0", "xvfb-maybe": "^0.2.1" } }