-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
28 lines (28 loc) · 899 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
{
"name": "ethic-on-chain",
"version": "0.1.0",
"description": "Ethic-On-Chain est une plateforme de crowdfunding de projets philanthropiques qui met en relation donateur et fondation tout en garantissant la transparence et le respect de la réglementation.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethiconchain/ethic-on-chain.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ethiconchain/ethic-on-chain/issues"
},
"homepage": "https://github.com/ethiconchain/ethic-on-chain#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.4.1",
"@openzeppelin/test-helpers": "^0.5.15",
"@truffle/hdwallet-provider": "^2.0.0",
"dotenv": "^10.0.0"
}
}