-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.64 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "freeport",
"version": "3.1.2",
"description": "The Freeport smart contracts",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test --compile-all --network=$npm_config_network",
"compile": "truffle compile --all",
"migrate": "truffle migrate --compile-all --network=$npm_config_network",
"dev-setup": "truffle exec scripts/dev_setup.js --network=$npm_config_network",
"test-setup": "truffle exec scripts/test_setup.js --network=$npm_config_network",
"flatten": "npx poa-solidity-flattener contracts/Freeport.sol",
"doc": "npx solidity-docgen --solc-module=solc-0.8 -t doc_template -o docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cerebellum-Network/Freeport-Smart-Contracts.git"
},
"keywords": [
"Cere",
"Polygon",
"Freeport",
"NFT"
],
"author": "Aurélien Nicolas and team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Cerebellum-Network/Freeport-Smart-Contracts/issues"
},
"homepage": "https://github.com/Cerebellum-Network/Freeport-Smart-Contracts#readme",
"devDependencies": {
"@biconomy/mexa": "^2.0.25",
"@cere/freeport-sdk": "7.3.4",
"@maticnetwork/maticjs": "^2.0.40",
"@openzeppelin/contracts": "4.1.0",
"@openzeppelin/contracts-upgradeable": "4.1.0",
"@openzeppelin/test-helpers": "^0.5.12",
"@openzeppelin/truffle-upgrades": "^1.12.0",
"@poanet/solidity-flattener": "^3.0.6",
"@truffle/hdwallet-provider": "^2.0.14",
"dotenv": "^9.0.0",
"solc-0.8": "npm:[email protected]",
"solidity-docgen": "^0.5.13",
"truffle": "^5.5.28"
}
}