-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.21 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.21 KB
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
{
"name": "@proto-kit/cli",
"version": "0.1.1-develop.2137+8a7eca31",
"type": "module",
"main": "./bin/protokit-cli.js",
"bin": {
"protokit": "./bin/protokit-cli.js"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"bin",
"spectaql.config.template.yml"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint ./src"
},
"author": "",
"license": "ISC",
"dependencies": {
"@inquirer/figures": "^2.0.3",
"dotenv": "^17.2.3",
"inquirer": "^9.3.0",
"kleur": "^4.1.5",
"mina-fungible-token": "^1.1.0",
"reflect-metadata": "^0.1.13",
"spectaql": "3.0.5",
"ts-node": "^10.9.1",
"yargs": "17.7.2"
},
"peerDependencies": {
"@proto-kit/api": "*",
"@proto-kit/common": "*",
"@proto-kit/explorer": "*",
"@proto-kit/library": "*",
"@proto-kit/module": "*",
"@proto-kit/protocol": "*",
"@proto-kit/sdk": "*",
"@proto-kit/sequencer": "*",
"@proto-kit/stack": "*",
"o1js": "^2.10.0",
"tsyringe": "^4.10.0"
},
"devDependencies": {
"@types/inquirer": "^9.0.9",
"@types/node": "^20.19.24",
"@types/yargs": "17.0.32"
},
"gitHead": "8a7eca319272a15162dc4ad04bdc134b1017716d"
}