api-responses
Version:
Application API Responses
39 lines (38 loc) • 938 B
JSON
{
"name": "api-responses",
"version": "1.0.3",
"description": "Application API Responses",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"pack": "npm run build && npm publish",
"test": "mocha -r ts-node/register test/**/test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faisalscientist/api-responses.git"
},
"keywords": [
"Api",
"ResponseCode",
"ResponseMessage",
"Data",
"Meta"
],
"author": "Alhassan Faisal",
"license": "ISC",
"bugs": {
"url": "https://github.com/faisalscientist/api-responses/issues"
},
"homepage": "https://github.com/faisalscientist/api-responses#readme",
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.4",
"@types/node": "^7.0.5",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"ts-node": "^8.10.2",
"typescript": "^4.0.5"
}
}