-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1014 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
36
37
{
"name": "@streamr/data-v2",
"version": "1.0.3",
"description": "The second iteration of the DATA token",
"files": [
"contracts/DATAv2.sol",
"artifacts/contracts/DATAv2.sol/DATAv2.json",
"typechain/contracts/DATAv2.d.ts",
"index.*"
],
"scripts": {
"lint": "eslint",
"clean": "rm -rf cache artifacts coverage typechain index.js index.d.ts",
"test": "hardhat test",
"build": "hardhat compile && tsc -p tsconfig.build.json",
"coverage": "hardhat coverage"
},
"author": "Streamr Network AG",
"license": "MIT",
"dependencies": {
"@openzeppelin/contracts": "^4.0.0",
"ethers": "^6.1.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"chai": "^4.3.4",
"eslint": "^9.13.0",
"hardhat": "^2.22.4",
"hardhat-gas-reporter": "^1.0.4",
"mocha": "^8.3.2",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.4.1",
"typechain": "^8.3.2"
}
}