forked from vitejs/vite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 984 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
{
"name": "create-tiny-vite",
"version": "0.0.2-rc.1",
"description": "Opinionated official template streamlined",
"main": "index.mjs",
"type": "module",
"bin": {
"create-tiny-vite": "index.mjs"
},
"files": [
"index.js",
"template-*",
"dist"
],
"author": "Wxh16144",
"license": "MIT",
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"scripts": {
"dev": "node index.mjs",
"build": "unbuild",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"cross-spawn": "7.0.3",
"kolorist": "1.6.0",
"minimist": "1.2.7",
"prompts": "2.4.2",
"typescript": "^4.9.4",
"unbuild": "^1.0.2"
},
"homepage": "https://github.com/template-pro/create-tiny-vite/tree/master#readme",
"bugs": {
"url": "https://github.com/template-pro/create-tiny-vite/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/template-pro/create-tiny-vite"
}
}