UNPKG

@electron/asar

Version:

Creating Electron app packages

63 lines (62 loc) 1.55 kB
{ "name": "@electron/asar", "description": "Creating Electron app packages", "version": "4.0.0", "type": "module", "exports": "./lib/asar.js", "types": "./lib/asar.d.ts", "bin": { "asar": "./bin/asar.mjs" }, "files": [ "bin", "lib" ], "engines": { "node": ">=22.12.0" }, "license": "MIT", "homepage": "https://github.com/electron/asar", "repository": { "type": "git", "url": "git+https://github.com/electron/asar.git" }, "bugs": { "url": "https://github.com/electron/asar/issues" }, "publishConfig": { "provenance": true }, "scripts": { "build": "tsc", "build:docs": "typedoc src/asar.ts", "mocha": "xvfb-maybe electron-mocha && mocha", "mocha:update": "mocha --update", "mocha:watch": "mocha --watch", "test": "yarn lint && yarn mocha", "lint": "yarn prettier:check", "prettier": "prettier \"src/**/*.ts\" \"test/**/*.js\" \"*.js\"", "prettier:check": "yarn prettier --check", "prettier:write": "yarn prettier --write", "prepare": "tsc" }, "dependencies": { "commander": "^13.1.0", "glob": "^11.0.1", "minimatch": "^10.0.1" }, "devDependencies": { "@tsconfig/node22": "^22.0.1", "@types/mocha": "^10.0.10", "@types/node": "~22.10.7", "chai": "^5.2.0", "electron": "^34.5.0", "electron-mocha": "^13.1.0", "mocha": "~11.0.2", "mocha-chai-jest-snapshot": "^1.1.6", "prettier": "^3.3.3", "typedoc": "~0.25.13", "typescript": "^5.5.4", "xvfb-maybe": "^0.2.1" } }