Files
beenpad/package.json
2025-12-08 10:52:05 -05:00

25 lines
472 B
JSON

{
"name": "beenpad",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "vitest run",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/node": "^24.10.1",
"@vitest/ui": "^4.0.15",
"typescript": "^5.9.3",
"vitest": "^4.0.15"
}
}