forked from umangveerma/gasless-poaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 799 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": "gasless-poaps",
"version": "1.0.0",
"description": "Create minting QR Codes for gasless POAPs/NFTs on the Solana blockchain! follow these simple steps to get started,",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mankeylol/gasless-poaps.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mankeylol/gasless-poaps/issues"
},
"homepage": "https://github.com/Mankeylol/gasless-poaps#readme",
"dependencies": {
"@project-serum/anchor": "^0.26.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"bs58": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^16.1.3",
"express": "^4.18.2"
}
}