mirror of
https://github.com/letian1650/N3RD.git
synced 2025-01-25 04:05:17 +08:00
25 lines
484 B
JSON
25 lines
484 B
JSON
{
|
|
"name": "TV",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"type": "module",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"crypto-js": "^4.2.0",
|
|
"log4js": "^6.9.1",
|
|
"qs": "^6.11.2",
|
|
"tunnel": "^0.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.1.5",
|
|
"uglify-js": "^3.17.4"
|
|
}
|
|
}
|