napi-rs/memory-testing/package.json
LongYinan 8120ca0ac4
chore(cli): throw error if wasi file not found when NAPI_RS_FORCE_WASI=error (#2919)
* chore(cli): throw error if wasi file not found when NAPI_RS_FORCE_WASI=error

* update snapshot
2025-09-11 16:29:05 +08:00

19 lines
369 B
JSON

{
"name": "memory-testing",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "napi-raw build --release --no-js"
},
"dependencies": {
"colorette": "^2.0.20",
"dockerode": "^4.0.8",
"pretty-bytes": "^7.0.1",
"table": "^6.9.0"
},
"devDependencies": {
"@napi-rs/cli": "workspace:*",
"@types/dockerode": "^3.3.43"
}
}