32 lines
629 B
JSON
32 lines
629 B
JSON
{
|
|||
|
|
"name": "rxc",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "",
|
||
|
|
"main": "index.js",
|
||
|
|
"bin": "index.js",
|
||
|
|
"pkg": {
|
||
|
|
"assets": [
|
||
|
|
"node_modules/sqlite3/build/**/*",
|
||
|
|
"node_modules/archiver/**/*",
|
||
|
|
"node_modules/axios/**/*"
|
||
|
|
],
|
||
|
|
"targets": []
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"keywords": [],
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"archiver": "^7.0.1",
|
||
|
|
"axios": "^1.6.7",
|
||
|
|
"colors": "^1.4.0",
|
||
|
|
"form-data": "^4.0.0",
|
||
|
|
"resedit-cli": "^2.1.0",
|
||
|
|
"sqlite3": "^5.1.7"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"pkg": "^5.3.2"
|
||
|
|
}
|
||
|
|
}
|