forked from Project-DARC/DARC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.2 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
{
"devDependencies": {
"@types/babel-template": "^6.25.2",
"typescript": "^4.9.3"
},
"name": "darcjs",
"description": "The official JavaScript client and SDK for Project DARC (Decentralized Autonomous Regulated Company), and the compiler and runtime for By-Law Script.",
"version": "0.0.9",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Project-DARC/darc.js.git"
},
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.ts --timeout 100000",
"build": "pnpm test && tsc --build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.10.4",
"@babel/standalone": "^7.10.5",
"@babel/types": "^7.10.5",
"@ethersproject/bignumber": "^5.7.0",
"@jetblack/operator-overloading": "^0.2.0",
"@types/babel-template": "^6.25.2",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.17",
"babel-template": "^6.26.0",
"chai": "^4.3.7",
"ethers": "5.7.2",
"mocha": "^10.2.0",
"ts-node": "^10.9.1"
}
}