forked from ethereum-optimism/Truffle-ERC20-Example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 873 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
34
35
{
"name": "@ethereum-optimism/Truffle-ERC20-Example",
"private": true,
"version": "1.0.0-alpha.1",
"description": "Example of using Optimistic Ethereum compiler & local Optimistic Ethereum nodes with Truffle to run a full ERC20 test suite",
"scripts": {
"clean": "rimraf build build-ovm"
},
"keywords": [
"optimism",
"rollup",
"optimistic",
"ethereum",
"truffle",
"ovm",
"example",
"ERC20",
"token"
],
"homepage": "https://github.com/ethereum-optimism/Truffle-ERC20-Example#readme",
"license": "MIT",
"author": "Optimism PBC",
"repository": {
"type": "git",
"url": "https://github.com/ethereum-optimism/Truffle-ERC20-Example.git"
},
"dependencies": {
"@truffle/hdwallet-provider": "^1.2.6",
"rimraf": "^2.6.3",
"truffle": "^5.3.0"
},
"publishConfig": {
"access": "public"
}
}