File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 "files" : [
2626 " index.d.ts" ,
2727 " build.js" ,
28- " index.js"
28+ " index.js" ,
29+ " cargo.toml" ,
30+ " src/*"
2931 ],
3032 "napi" : {
3133 "binaryName" : " native-serial" ,
5355 "format:prettier" : " prettier . -w" ,
5456 "format:toml" : " taplo format" ,
5557 "format:rs" : " cargo fmt" ,
58+ "install" : " npm run build" ,
5659 "lint" : " oxlint ." ,
5760 "prepublishOnly" : " napi prepublish -t npm" ,
5861 "test" : " ava" ,
5962 "preversion" : " napi build --platform --strip --js build.js && git add ." ,
6063 "version" : " napi version" ,
6164 "prepare" : " husky"
6265 },
66+ "dependencies" : {
67+ "@napi-rs/cli" : " ^3.2.0"
68+ },
6369 "devDependencies" : {
6470 "@emnapi/core" : " ^1.5.0" ,
6571 "@emnapi/runtime" : " ^1.5.0" ,
66- "@napi-rs/cli" : " ^3.2.0" ,
6772 "@oxc-node/core" : " ^0.0.32" ,
6873 "@taplo/cli" : " ^0.7.0" ,
6974 "@tybys/wasm-util" : " ^0.10.0" ,
You can’t perform that action at this time.
0 commit comments