forked from legends-of-sol/Solana-NFT-collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.03 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
{
"name": "solana-nft-collections",
"version": "1.0.0",
"description": "A repository holding collection data for all the Legendary projects across the Solana ecosystem",
"main": "src/app.ts",
"scripts": {
"snapshot": "node src/app.js snapshot",
"snapshot:creator": "node src/app.js creator_snapshot",
"snapshot:legends": "node src/app.js legends",
"update_readme": "node src/app.js update_readme",
"build:json": "ts-node src/build-json.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Legends-of-Sol/Solana-NFT-collections.git"
},
"keywords": [
"solana",
"nft",
"collections"
],
"author": "@h4rkl",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Legends-of-Sol/Solana-NFT-collections/issues"
},
"homepage": "https://github.com/Legends-of-Sol/Solana-NFT-collections#readme",
"devDependencies": {
"@solana/web3.js": "^1.89.1",
"commander": "^11.1.0",
"dayjs": "^1.11.10"
}
}