25 lines
464 B
JSON
25 lines
464 B
JSON
{
|
|
"name": "anix-share",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"express": "^4.19.0",
|
|
"axios": "^1.7.0",
|
|
"cheerio": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git.0x174.su/wowlikon/anix-share"
|
|
},
|
|
"keywords": [
|
|
"anix"
|
|
],
|
|
"author": "wowlikon",
|
|
"license": "MIT"
|
|
}
|