Files
vk-nft-feed/package.json
2022-01-21 01:00:13 +03:00

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"
}
}