16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"name": "briq-vite-obfuscator-plugin",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "BSD-2-Clause",
|
|
"description": "",
|
|
"dependencies": {
|
|
"javascript-obfuscator": "^4.1.1",
|
|
"source-map": "^0.7.6"
|
|
}
|
|
}
|