-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.08 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": "icrc-1",
"version": "0.0.0",
"description": "TypeScript implementation of the [ICRC-1 standard](https://github.com/dfinity/ICRC-1).",
"scripts": {
"dfx_install": "scripts/dfx_install.sh",
"test": "scripts/test.sh",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/demergent-labs/ICRC-1.git"
},
"keywords": [],
"author": "",
"license": "MIT/APACHE",
"bugs": {
"url": "https://github.com/demergent-labs/ICRC-1/issues"
},
"homepage": "https://github.com/demergent-labs/ICRC-1#readme",
"dependencies": {
"azle": "github:demergent-labs/azle#78b3f24d4fc49260a8902c806dbf85508f282194"
},
"devDependencies": {
"@dfinity/agent": "0.12.2",
"@dfinity/identity": "0.12.2",
"eslint": "8.21.0",
"eslint-config-prettier": "8.5.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"pem-file": "1.0.1",
"prettier": "2.7.1"
},
"lint-staged": {
"*/*": "prettier --write"
}
}