@supertiny99/hello-npm-obfuscated
Version:
一个混淆后的 npm 包示例
24 lines • 491 B
JSON
{
"name": "@supertiny99/hello-npm-obfuscated",
"version": "1.0.0",
"description": "一个混淆后的 npm 包示例",
"main": "dist/index.js",
"keywords": [
"hello",
"npm",
"example",
"obfuscated"
],
"author": "supertiny99",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"test": "node test.js",
"obfuscate": "javascript-obfuscator index.js --output dist/index.js"
},
"devDependencies": {
"javascript-obfuscator": "^4.1.1"
}
}