Files
2026-07-31 13:12:54 -04:00

36 lines
885 B
JSON

{
"name": "@emnapi/wasi-threads",
"version": "2.0.1",
"description": "WASI threads proposal implementation in JavaScript",
"type": "module",
"main": "./dist/wasi-threads.js",
"module": "./dist/wasi-threads.js",
"types": "./dist/wasi-threads.d.ts",
"sideEffects": false,
"exports": {
".": "./dist/wasi-threads.js",
"./package.json": "./package.json"
},
"dependencies": {
"tslib": "^2.4.0"
},
"scripts": {
"build": "rollup -c",
"build:test": "node ./test/build.js",
"test": "node ./test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toyobayashi/emnapi.git"
},
"author": "toyobayashi",
"license": "MIT",
"bugs": {
"url": "https://github.com/toyobayashi/emnapi/issues"
},
"homepage": "https://github.com/toyobayashi/emnapi#readme",
"publishConfig": {
"access": "public"
}
}