-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 953 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
{
"name": "fabrica-1155",
"description": "Fabrica property token",
"version": "3.1.0",
"author": "Fabrica, Inc. <[email protected]>",
"contributors": [
"Calvin Pak <[email protected]>",
"Tim Garthwaite <[email protected]>"
],
"scripts": {
"clean": "del build custom_flatten",
"build": "waffle",
"rebuild": "yarn clean && yarn build && yarn flatten",
"test": "NODE_ENV=test mocha",
"flatten": "npx waffle flatten"
},
"license": "MIT",
"devDependencies": {
"@openzeppelin/contracts": "^5.1.0",
"@openzeppelin/contracts-upgradeable": "^5.1.0",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.9",
"@types/sinon-chai": "^4.0.0",
"chai": "^5.1.1",
"del-cli": "^6.0.0",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"mocha": "^10.7.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"resolutions": {
"secp256k1": "^4.0.4",
"ws": "^7.5.10"
}
}