mirror of
https://github.com/anatolykopyl/vk-nft-feed.git
synced 2026-03-26 04:44:34 +00:00
18 lines
307 B
JSON
18 lines
307 B
JSON
{
|
|
"name": "vk-wall-nft-collection",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"run": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.25.0",
|
|
"dotenv": "^14.2.0",
|
|
"rarepress": "^0.1.7"
|
|
}
|
|
}
|