-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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
{
"name": "@daostack/test-env",
"version": "3.0.43",
"description": "Testing environment for DAOstack projects.",
"main": "index.js",
"scripts": {
"release": "./release.sh",
"deployEthereum": "node ./deployEthereum.js",
"deploySubgraph": "node ./deploySubgraph.js",
"deployTestdao": "node ./createTestDAO.js",
"deployMultiCallDao": "node ./createTestMultiCallDAO.js",
"deployNecdao": "node ./createNecDAO.js",
"deployDutchdao": "node ./createDutchXDAO.js",
"postinstall": "cd node_modules/@daostack/subgraph && rimraf node_modules && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daostack/test_env.git"
},
"keywords": [
"DAOstack"
],
"author": "DAOstack (https://www.daostack.io)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/daostack/test_env/issues"
},
"homepage": "https://github.com/daostack/test_env#readme",
"dependencies": {
"@daostack/migration": "0.0.1-rc.55-v1",
"@daostack/subgraph": "0.0.41-6",
"ipfs-http-client": "^32.0.1",
"yaeti": "^1.0.2"
},
"devDependencies": {
"rimraf": "^2.6.3",
"babel-eslint": "^10.0.3",
"eslint": "^6.6.0",
"spawn-command": "0.0.2-1"
}
}