forked from daostack/common-factory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 809 Bytes
/
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
{
"name": "@daostack/common-factory",
"version": "1.3.9",
"description": "",
"main": "index.js",
"scripts": {
"docker:run": "docker-compose up -d",
"docker:stop": "docker-compose down -v",
"test": "jest",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"release": "./release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daostack/CommonFactory.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/daostack/CommonFactory/issues"
},
"homepage": "https://github.com/daostack/CommonFactory#readme",
"dependencies": {
"ethers": "^4.0.46"
},
"devDependencies": {
"eslint": "^6.8.0",
"jest": "^25.2.4",
"@daostack/migration-experimental": "0.1.2-rc.6-v2",
"web3": "^1.2.6"
}
}