generated from wobsoriano/bun-lib-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 993 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@muzamint/erica-items-db",
"version": "0.2.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "",
"scripts": {
"build": "bun run build.mjs",
"dev": "bun --watch run ./src/index.ts",
"test": "bun --watch test",
"prepublishOnly": "bun run build"
},
"files": [
"dist"
],
"keywords": [
"bun"
],
"license": "MIT",
"homepage": "https://github.com/wobsoriano/pkg-name#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/wobsoriano/pkg-name.git"
},
"bugs": "https://github.com/wobsoriano/pkg-name/issues",
"author": "Robert Soriano <sorianorobertc@gmail.com>",
"devDependencies": {
"bun-plugin-dts": "^0.2.1",
"bun-types": "^1.0.7",
"typescript": "^5.2.2"
},
"dependencies": {
"@elysiajs/cors": "^0.7.2",
"@elysiajs/swagger": "^0.7.4",
"@muzamint/erica-items-db": "latest",
"elysia": "^0.7.30",
"lodash": "^4.17.21",
"viem": "^1.19.13"
}
}