mirror of
https://github.com/anatolykopyl/vk-nft-feed.git
synced 2026-03-26 04:44:34 +00:00
22 lines
496 B
JSON
22 lines
496 B
JSON
{
|
|
"name": "vk-wall-nft-collection",
|
|
"version": "1.0.0",
|
|
"description": "A tool for minting an NFT collection from vkontakte feed",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "Anatoly Kopyl",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"@svgdotjs/svg.js": "^3.1.1",
|
|
"axios": "^0.25.0",
|
|
"dotenv": "^14.2.0",
|
|
"progress": "^2.0.3",
|
|
"rareterm.node": "^0.0.10",
|
|
"sharp": "^0.29.3",
|
|
"svgdom": "^0.1.10"
|
|
}
|
|
}
|