{
"name": "@vocs/twoslash-rust",
"version": "0.1.0",
"type": "module",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"twoslash-rust": "./bin.js"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist",
"bin.js"
],
"scripts": {
"build": "tsc",
"build:rust": "cargo build --release",
"build:npm": "tsx scripts/build-npm.ts"
},
"dependencies": {
"detect-libc": "^2.0.3"
},
"devDependencies": {
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"optionalDependencies": {
"@vocs/twoslash-rust-darwin-arm64": "0.1.0",
"@vocs/twoslash-rust-darwin-x64": "0.1.0",
"@vocs/twoslash-rust-linux-x64-gnu": "0.1.0"
}
}