Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeyax committed Nov 26, 2021
1 parent 9d34c89 commit 9a4c1e9
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"name": "asarmor",
"version": "2.0.0-beta.2",
"description": "Protect asar archive file from extraction",
"main": "build/src/index.js",
"scripts": {
"test": "jest",
"start": "node ./build/bin/asarmor.js",
"clean": "rimraf build",
"build": "tsc",
"build:watch": "tsc --watch",
"prepack": "npm run clean && npm run build"
},
"jest": {
"modulePathIgnorePatterns": [
"example"
]
},
"author": "Sleeyax",
"license": "MIT",
"dependencies": {
"chromium-pickle-js": "^0.2.0",
"commander": "^6.1.0"
},
"bin": "./build/bin/asarmor.js",
"repository": {
"type": "git",
"url": "https://github.com/sleeyax/asarmor"
},
"keywords": [
"asar",
"asar protection",
"asar patch",
"asar anti-unpacking",
"asar anti-extraction",
"electron asar"
],
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.2",
"@types/node": "^14.6.4",
"babel-jest": "^27.3.1",
"jest": "^27.3.1",
"rimraf": "^3.0.2",
"typescript": "^4.0.2"
}
}
{
"name": "asarmor",
"version": "2.0.0",
"description": "Protect asar archive file from extraction",
"main": "build/src/index.js",
"scripts": {
"test": "jest",
"start": "node ./build/bin/asarmor.js",
"clean": "rimraf build",
"build": "tsc",
"build:watch": "tsc --watch",
"prepack": "npm run clean && npm run build"
},
"jest": {
"modulePathIgnorePatterns": [
"example"
]
},
"author": "Sleeyax",
"license": "MIT",
"dependencies": {
"chromium-pickle-js": "^0.2.0",
"commander": "^6.1.0"
},
"bin": "./build/bin/asarmor.js",
"repository": {
"type": "git",
"url": "https://github.com/sleeyax/asarmor"
},
"keywords": [
"asar",
"asar protection",
"asar patch",
"asar anti-unpacking",
"asar anti-extraction",
"electron asar"
],
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.2",
"@types/node": "^14.6.4",
"babel-jest": "^27.3.1",
"jest": "^27.3.1",
"rimraf": "^3.0.2",
"typescript": "^4.0.2"
}
}

0 comments on commit 9a4c1e9

Please sign in to comment.