-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1013 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "dose3",
"version": "2.3.6",
"description": "",
"main": "./src/index.ts",
"bin": {
"dose": "dist/cjs/index.js"
},
"scripts": {
"start": "tsx ./src/index.ts",
"build": "tsx esbuild.ts",
"test": "vitest"
},
"author": "SoRa",
"files": [
"dist/cjs",
"readme.md",
"licence.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/donnie3237/DosE3.git"
},
"homepage": "https://dose3.dxse.site",
"keywords": [
"Typescript",
"dose3",
"tauri",
"express",
"vue",
"react",
"solid",
"fastify",
"astro",
"starterkit",
"nextjs"
],
"bugs": {
"url": "git+https://github.com/donnie3237/DosE3.git"
},
"license": "ISC",
"dependencies": {
"@clack/prompts": "^0.7.0",
"esbuild": "^0.21.5",
"kill-port": "^2.0.1",
"npm-dts": "^1.3.12",
"tsx": "^4.15.1",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"devDependencies": {
"@types/node": "^20.14.2"
}
}