oxc/crates/oxc_wasm/package.json
Boshen 3169bc61d1
ci: clean up wasm type check (#7466)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-11-25 17:56:17 +08:00

33 lines
584 B
JSON

{
"name": "oxc_wasm",
"type": "module",
"collaborators": [
"Boshen <boshenc@gmail.com>",
"Oxc contributors"
],
"version": "0.0.0",
"license": "MIT",
"files": [
"oxc_wasm_bg.wasm",
"oxc_wasm.js",
"oxc_wasm.d.ts"
],
"dependencies": {
"@oxc-project/types": "workspace:^"
},
"main": "oxc_wasm.js",
"types": "oxc_wasm.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"JavaScript",
"TypeScript",
"linter",
"minifier",
"parser"
],
"scripts": {
"check": "tsc --lib es2020,dom ./oxc_wasm.d.ts"
}
}