mirror of
https://github.com/zwpro/coupons.git
synced 2026-01-18 11:28:15 +00:00
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"response": "file:../common/response",
|
|
"utils": "file:../common/utils"
|
|
}
|
|
}
|