File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zip-rs" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Zip library for Node.js with Rust binding" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
42
42
"vitest" : " ^2.1.8" ,
43
43
"yauzl-promise" : " ^4.0.0"
44
44
},
45
+ "files" : [
46
+ " index.js" ,
47
+ " index.d.ts"
48
+ ],
45
49
"engines" : {
46
50
"node" : " >= 10"
47
51
},
48
52
"scripts" : {
53
+ "artifacts" : " napi artifacts" ,
49
54
"build" : " napi build --platform --release" ,
50
55
"build:debug" : " napi build --platform" ,
56
+ "prepublishOnly" : " napi prepublish -t npm" ,
51
57
"test" : " vitest run" ,
52
58
"bench" : " vitest bench --run" ,
53
59
"check" : " biome check" ,
54
- "check:fix" : " biome check --write --unsafe"
60
+ "check:fix" : " biome check --write --unsafe" ,
61
+ "version" : " napi version"
55
62
},
56
63
"packageManager" :
" [email protected] "
57
64
}
You can’t perform that action at this time.
0 commit comments