mirror of
https://github.com/anatolykopyl/vk-nft-feed.git
synced 2026-03-26 12:54:33 +00:00
20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"name": "vk-wall-nft-collection",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@svgdotjs/svg.js": "^3.1.1",
|
|
"axios": "^0.25.0",
|
|
"dotenv": "^14.2.0",
|
|
"rareterm.node": "^0.0.10",
|
|
"svgdom": "^0.1.10"
|
|
}
|
|
}
|