mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"name": "kingworld",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "nodemon --config nodemon.json"
|
|
},
|
|
"dependencies": {
|
|
"kingworld": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "latest",
|
|
"nodemon": "^2.0.19"
|
|
}
|
|
}
|