mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
* chore(cli): throw error if wasi file not found when NAPI_RS_FORCE_WASI=error * update snapshot
33 lines
641 B
JSON
33 lines
641 B
JSON
{
|
|
"name": "@examples/compat-mode",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "napi-raw build --no-js --features latest",
|
|
"test": "ava reset-cache && ava"
|
|
},
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "workspace:*",
|
|
"ava": "^6.4.1",
|
|
"sinon": "^21.0.0"
|
|
},
|
|
"ava": {
|
|
"extensions": {
|
|
"ts": "module"
|
|
},
|
|
"require": [
|
|
"@oxc-node/core/register"
|
|
],
|
|
"files": [
|
|
"__tests__/**/*.spec.ts"
|
|
],
|
|
"environmentVariables": {
|
|
"TS_NODE_PROJECT": "./tsconfig.json"
|
|
},
|
|
"workerThreads": false,
|
|
"cache": false,
|
|
"timeout": "5m"
|
|
}
|
|
}
|