-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 KB
/
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
{
"name": "create-blb",
"displayName": "Create BLB",
"version": "0.1.4-fix-fs-extra",
"description": "Creates a blb application",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"dev": "echo $ build && rollup -c --bundleConfigAsCjs && echo $ start && node .",
"start": "node .",
"prepublish": "pnpm build"
},
"keywords": [],
"author": "Exponential-Workload",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^11.0.0",
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.11.18",
"@types/prompts": "^2.4.2",
"rollup": "^3.13.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@exponentialworkload/logger": "^1.0.2",
"chalk": "^4.1.2",
"command-exists": "^1.2.9",
"fs-extra": "^11.1.0",
"get-cursor-position": "^2.0.0",
"node-gyp": "^9.3.1",
"prompts": "^2.4.2"
},
"homepage": "https://github.com/BreadCity/create-blb",
"bin": "dist/index.js"
}