-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
51 lines (51 loc) · 1.19 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
46
47
48
49
50
51
{
"name": "@entropy1729/aleo-js",
"version": "0.1.5",
"description": "Aleo utilities in Javascript",
"collaborators": [
"The Entropy1729 Team <[email protected]>"
],
"license": "MIT",
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [
"src",
"LICENSE",
"README.md",
"tsconfig.json"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Entropy1729/aleo-js.git"
},
"keywords": [
"Aleo",
"ZK",
"Blockchain"
],
"bugs": {
"url": "https://github.com/Entropy1729/aleo-js/issues"
},
"homepage": "https://github.com/Entropy1729/aleo-js#readme",
"dependencies": {
"@entropy1729/aleo-sdk": "^0.3.8",
"jsdoc": "^3.6.11",
"unfetch": "^4.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"better-docs": "^2.7.2",
"clean-jsdoc-theme": "^4.1.8",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"prettier": "2.7.1",
"typescript": "^4.8.4"
}
}