1
1
{
2
2
"name" : " vite-plugin-bundle-obfuscator" ,
3
3
"version" : " 1.6.0" ,
4
- "homepage" : " https://github.com/z0ffy/vite-plugin-bundle-obfuscator" ,
5
4
"description" : " JavaScript obfuscator plugin for Vite environments" ,
6
- "types" : " dist/index.d.ts" ,
7
- "scripts" : {
8
- "build" : " tsup" ,
9
- "start" : " npm run build -- --watch" ,
10
- "test" : " vitest" ,
11
- "coverage" : " vitest run --coverage" ,
12
- "lint" : " eslint" ,
13
- "lint:fix" : " eslint --fix" ,
14
- "prepare" : " husky" ,
15
- "lint:lint-staged" : " lint-staged" ,
16
- "commitlint" : " commitlint --edit" ,
17
- "version" : " auto-changelog"
18
- },
19
5
"keywords" : [
20
6
" vite" ,
7
+ " vite-rolldown" ,
21
8
" obfuscator" ,
22
9
" vite-plugin-obfuscator" ,
23
10
" vite-bundle-obfuscator" ,
11
+ " vite-javascript-obfuscator" ,
24
12
" javascript" ,
25
13
" javascript-obfuscator"
26
14
],
27
15
"author" : " zoffy" ,
28
- "files" : [
29
- " /dist"
30
- ],
31
16
"license" : " MIT" ,
17
+ "homepage" : " https://github.com/z0ffy/vite-plugin-bundle-obfuscator" ,
32
18
"repository" : {
33
19
"type" : " git" ,
34
20
"url" : " https://github.com/z0ffy/vite-plugin-bundle-obfuscator.git"
35
21
},
36
22
"bugs" : {
37
23
"url" : " https://github.com/z0ffy/vite-plugin-bundle-obfuscator/issues"
38
24
},
39
- "engines" : {
40
- "node" : " >=14.0.0"
25
+ "types" : " dist/index.d.ts" ,
26
+ "files" : [
27
+ " /dist"
28
+ ],
29
+ "exports" : {
30
+ "require" : {
31
+ "types" : " ./dist/index.d.ts" ,
32
+ "default" : " ./dist/index.js"
33
+ },
34
+ "import" : {
35
+ "types" : " ./dist/index.d.ts" ,
36
+ "default" : " ./dist/index.mjs"
37
+ }
38
+ },
39
+ "sideEffects" : false ,
40
+ "scripts" : {
41
+ "build" : " tsup" ,
42
+ "commitlint" : " commitlint --edit" ,
43
+ "coverage" : " vitest run --coverage" ,
44
+ "lint" : " eslint" ,
45
+ "lint:fix" : " eslint --fix" ,
46
+ "lint:lint-staged" : " lint-staged" ,
47
+ "prepare" : " husky" ,
48
+ "start" : " npm run build -- --watch" ,
49
+ "test" : " vitest" ,
50
+ "version" : " auto-changelog"
51
+ },
52
+ "dependencies" : {
53
+ "javascript-obfuscator" : " ^4.1.1"
41
54
},
42
55
"devDependencies" : {
43
56
"@commitlint/cli" : " ^19.8.1" ,
57
70
"tsup" : " ^8.5.0" ,
58
71
"typescript" : " ^5.8.3" ,
59
72
"typescript-eslint" : " ^8.34.1" ,
60
- "vite" : " ^6.3.5 " ,
73
+ "vite" : " ^7.0.0 " ,
61
74
"vitest" : " ^3.2.3"
62
75
},
63
- "dependencies " : {
64
- "javascript-obfuscator " : " ^4.1.1 "
76
+ "peerDependencies " : {
77
+ "vite " : " ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 "
65
78
},
66
- "exports" : {
67
- "require" : " ./dist/index.js" ,
68
- "import" : " ./dist/index.mjs"
79
+ "engines" : {
80
+ "node" : " >=14.0.0"
69
81
},
70
82
"lint-staged" : {
71
- "*.{ts} " : [
83
+ "*.ts " : [
72
84
" eslint --fix"
73
85
]
74
86
},
77
89
" esbuild"
78
90
]
79
91
}
80
- }
92
+ }
0 commit comments