-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 910 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
{
"name": "erc1155-stock-tokenization-contract",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "truffle test",
"docify": "node docify.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wamfever/erc1155-stock-tokenization-contract.git"
},
"author": "Elod Varga",
"license": "ISC",
"bugs": {
"url": "https://github.com/wamfever/erc1155-stock-tokenization-contract/issues"
},
"homepage": "https://github.com/wamfever/erc1155-stock-tokenization-contract#readme",
"devDependencies": {
"@openzeppelin/contracts-upgradeable": "^4.1.0",
"@openzeppelin/truffle-upgrades": "^1.7.0",
"@truffle/hdwallet-provider": "^1.4.0",
"solidity-docgen": "^0.5.13",
"truffle": "^5.3.3",
"truffle-assertions": "^0.9.2",
"truffle-plugin-verify": "^0.5.8"
},
"dependencies": {
"solc": "^0.8.4"
}
}