-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
33 lines (33 loc) · 1.09 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
{
"dependencies": {
"@openzeppelin/contracts": "^4.4.2",
"@truffle/hdwallet-provider": "^2.0.3",
"dotenv": "^16.0.0",
"solc": "^0.8.11"
},
"devDependencies": {
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"truffle-plugin-stdjsonin": "github:mhrsalehi/truffle-plugin-stdjsonin"
},
"name": "brightid-soulbound-nft",
"description": "A proof of concept inspired by Vitalik Buterin's article titled [Soulbound](https://vitalik.eth.limo/general/2022/01/26/soulbound.html) and a forum post by Triplespeeder titled [Implementing Soulbound NFTs with BrightID](https://forum.brightid.org/t/implementing-soulbound-nfts-with-brightid/430).",
"version": "1.0.0",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrightID/BrightID-Soulbound.git"
},
"keywords": [
"soulbound",
"nft"
],
"author": "misterplus",
"license": "MIT",
"bugs": {
"url": "https://github.com/BrightID/BrightID-Soulbound/issues"
},
"homepage": "https://github.com/BrightID/BrightID-Soulbound#readme"
}