UNPKG

@tiemma/sonic-core

Version:

Core package for the sonic project on swagger documentation

52 lines (51 loc) 1.35 kB
{ "name": "@tiemma/sonic-core", "version": "1.0.12", "description": "Core package for the sonic project on swagger documentation", "main": "index.js", "scripts": { "lint": "npx eslint -c .eslintrc.json --fix --ext .ts --ext .js src/ test/", "test": "nyc --reporter=text-summary mocha -r ts-node/register test/**/*.spec.ts" }, "keywords": [ "swagger", "docs", "responses" ], "author": "Emmanuel Bakare", "license": "ISC", "dependencies": { "axios": "^0.21.0", "debug": "^4.2.0", "http-status-codes": "^2.1.4", "match-all": "^1.2.6" }, "devDependencies": { "@types/axios": "^0.14.0", "@types/chai": "^4.2.14", "@types/express": "^4.17.8", "@types/lodash": "^4.14.165", "@types/mocha": "^8.0.4", "@types/swagger-jsdoc": "^3.0.2", "@typescript-eslint/eslint-plugin": "^4.8.1", "@typescript-eslint/parser": "^4.8.1", "chai": "^4.2.0", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-plugin-import": "^2.22.1", "express": "^4.17.1", "husky": "^4.3.0", "mocha": "^8.2.1", "nyc": "^15.1.0", "openapi-types": "~7", "swagger-jsdoc": "^4.2.0", "ts-node": "^9.0.0", "tslib": "^2.0.1", "typescript": "^4.0.5" }, "husky": { "hooks": { "pre-commit": "npm run lint && npm test" } } }