This repository has been archived on 2024-10-02. You can view files and clone it, but cannot push or open issues or pull requests.
2021-03-10 15:27:43 +00:00
|
|
|
{
|
|
|
|
"name": "docapi",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"atob": "^2.1.2",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"got": "^11.8.2",
|
2021-03-12 07:45:52 +00:00
|
|
|
"mariadb": "^2.5.3",
|
|
|
|
"mysql": "^2.18.1",
|
2021-03-10 15:27:43 +00:00
|
|
|
"node-rsa": "^1.1.1",
|
|
|
|
"xmlhttprequest": "^1.8.0"
|
|
|
|
}
|
|
|
|
}
|