-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
40 lines (40 loc) · 916 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": "@quick-start/create-monorepo",
"version": "1.0.8",
"description": "An easy way to start a monorepo project",
"main": "index.js",
"bin": {
"create-monorepo": "index.js"
},
"files": [
"index.js",
"template",
"utils"
],
"scripts": {
"snapshot": "zx ./scripts/snapshot.mjs"
},
"keywords": [
"node",
"monorepo",
"pnpm",
"template",
"starter"
],
"author": "Alex Wei<https://github.com/alex8088>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alex8088/quick-start.git",
"directory": "packages/create-monorepo"
},
"bugs": {
"url": "https://github.com/alex8088/quick-start/issues"
},
"homepage": "https://github.com/alex8088/quick-start/tree/master/packages/create-monorepo#readme",
"dependencies": {
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
"prompts": "^2.4.2"
}
}