forked from OpenZeppelin/starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "starter-kit",
"version": "1.0.0",
"description": "Truffle box containing React, OpenZeppelin SDK",
"main": "index.js",
"scripts": {
"build:contracts": "openzeppelin compile",
"docs": "oz-docs -c docs",
"docs:watch": "npm run docs watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenZeppelin/starter-kit"
},
"keywords": [
"zeppelinos",
"openzeppelin",
"openzeppelin-sdk",
"solidity",
"smart-contracts",
"ethereum",
"truffle",
"react"
],
"author": "Ramon Recuero <[email protected]>, Igor Yalovoy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenZeppelin/starter-kit/issues"
},
"homepage": "https://github.com/OpenZeppelin/starter-kit#readme",
"dependencies": {
"@openzeppelin/contracts-ethereum-package": "^2.4.0",
"@openzeppelin/upgrades": "^2.6.0",
"@truffle/hdwallet-provider": "^1.0.23",
"dotenv": "^8.2.0"
},
"devDependencies": {
"@openzeppelin/cli": "^2.6.0",
"chai": "^4.2.0",
"concurrently": "^5.0.0",
"http-server": "^0.11.1",
"nodemon": "^2.0.1",
"openzeppelin-docs-utils": "github:OpenZeppelin/docs-utils",
"openzeppelin-test-helpers": "^0.5.1"
}
}