Initial commit

This commit is contained in:
2022-01-21 01:00:13 +03:00
commit 20ad4adfe8
7 changed files with 18781 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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"
}
}