-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
38
39
40
41
42
43
44
45
{
"name": "@cigdao/mlp",
"version": "0.0.10",
"description": "My Little Protocol - Launching dao tools",
"main": "dist/index.js",
"bin": {
"mlp": "dist/index.js"
},
"scripts": {
"build": "tsc --project tsconfig.json && esbuild src/index.ts --bundle --platform=node --format=cjs --outfile=dist/index.js",
"build:link": "npm run build && npm link"
},
"author": "",
"license": "ISC",
"dependencies": {
"@cigdao/multi-sig": "^1.0.2",
"chalk": "^5.2.0",
"chalk-animation": "^2.0.3",
"commander": "^9.5.0",
"execa": "^6.1.0",
"figlet": "^1.5.2",
"gradient-string": "^2.0.2",
"inquirer": "^9.1.4",
"nanospinner": "^1.1.0",
"ora": "^6.1.2",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@types/gradient-string": "^1.1.2",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.11.18",
"@types/shelljs": "^0.8.11",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CigDao/MLP.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/CigDao/MLP/issues"
},
"homepage": "https://github.com/CigDao/MLP#readme"
}