mirror of
https://github.com/oven-sh/bun
synced 2026-02-19 15:21:54 +00:00
19 lines
323 B
JSON
19 lines
323 B
JSON
{
|
|
"name": "create-double",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"node-gyp": "^11.2.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node-gyp configure && node-gyp build"
|
|
}
|
|
}
|