-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 KB
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
47
48
49
50
51
{
"name": "tokenizer-prototype",
"version": "1.0.33",
"description": "",
"main": "index.js",
"files": [
"contracts",
"artifacts"
],
"scripts": {
"lint": "npx hardhat check",
"test": "npx hardhat test",
"compile": "npx hardhat compile",
"remix-dev": "npx @remix-project/remixd -s . --remix-ide https://remix.ethereum.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AMPnet/tokenizer-prototype.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AMPnet/tokenizer-prototype/issues"
},
"homepage": "https://github.com/AMPnet/tokenizer-prototype#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^7.1.0",
"@typechain/hardhat": "^2.3.0",
"@types/chai": "^4.2.17",
"@types/mocha": "^8.2.2",
"@types/node": "^15.0.1",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"eth-revert-reason": "^1.0.3",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.4.6",
"hardhat": "^2.6.1",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-gas-reporter": "^1.0.4",
"publish": "^0.6.0",
"ts-node": "^9.1.1",
"typechain": "^5.1.2",
"typescript": "^4.2.4"
},
"dependencies": {
"@openzeppelin/contracts": "^4.0.0"
}
}