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": {
|
2021-03-18 10:13:17 +00:00
|
|
|
"eslint": "^7.22.0",
|
2021-03-18 10:38:05 +00:00
|
|
|
"eslint-config-google": "^0.14.0",
|
|
|
|
"express": "^4.17.1",
|
2021-03-10 15:27:43 +00:00
|
|
|
"got": "^11.8.2",
|
2021-09-24 06:10:40 +00:00
|
|
|
"ip": "^1.1.5",
|
2022-03-31 09:44:35 +00:00
|
|
|
"mysql": "^2.18.1",
|
|
|
|
"mysql2": "^2.3.3",
|
|
|
|
"mysql2-promise": "^0.1.4"
|
2021-03-10 15:27:43 +00:00
|
|
|
}
|
|
|
|
}
|