prequel/package.json
2025-01-01 12:18:54 -05:00

22 lines
522 B
JSON

{
"name": "@endeavorance/prequel",
"version": "1.1.0",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "bun run ./build.ts",
"clean": "rm -rf dist"
},
"keywords": [],
"author": "Endeavorance <hello@endeavorance.camp> (https://endeavorance.camp)",
"license": "CC BY-NC-SA 4.0",
"files": ["dist"],
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"bun-plugin-dts": "^0.2.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}