forked from jcmacur/medium-tutorial-nft-generation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 831 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 831 Bytes
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
{
"name": "medium-tutorial-nft-generation",
"version": "1.0.0",
"description": "Generate random NFTs with Node.js + Sourcecode Link: https://medium.com/@jcmacur/generate-random-nfts-with-node-js-sourcecode-b93a2ab411fe .",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://jcmacur: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@github.com/jcmacur/medium-tutorial-nft-generation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jcmacur/medium-tutorial-nft-generation/issues"
},
"homepage": "https://github.com/jcmacur/medium-tutorial-nft-generation#readme",
"dependencies": {
"@pinata/sdk": "^1.1.23",
"dotenv": "^12.0.4",
"fs": "*",
"jimp": "^0.16.1"
}
}