distinctiomagnam
Version:
JavaScript Obfuscation Tool.
54 lines (53 loc) • 1.33 kB
JSON
{
"name": "distinctiomagnam",
"version": "1.2.0",
"description": "JavaScript Obfuscation Tool.",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"dev": "node ./src/dev.js",
"build": "./node_modules/.bin/babel src --out-dir dist --copy-files --extensions \".ts\"",
"test": "jest",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build & npm run test"
},
"keywords": [
"vel",
"qui",
"enim",
"est",
"javascript obfuscator",
"sint"
],
"author": "MavisHagenes",
"license": "MIT",
"dependencies": {
"acorn": "^8.0.4",
"escodegen": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/preset-env": "^7.12.13",
"@babel/preset-typescript": "^7.12.1",
"@babel/register": "^7.12.10",
"@types/jest": "^26.0.23",
"@types/node": "^15.6.1",
"babel-jest": "^26.6.3",
"jest": "^26.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/JanaBeier/distinctiomagnam.git"
},
"jest": {
"coverageReporters": [
"html"
]
},
"bugs": {
"url": "https://github.com/JanaBeier/distinctiomagnam.git/issues"
}
}