UNPKG

@jsstudio/development-api-interceptor

Version:
106 lines (105 loc) 3.16 kB
{ "name": "@jsstudio/development-api-interceptor", "types": "lib/cjs/index.d.ts", "version": "1.0.1", "description": "development-api-interceptor", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json", "build:watch": "tsc -w", "test": "ENV=test nyc mocha -r ts-node/register -r dotenv/config 'test/**/*.spec.ts' --exit", "coverage": ". && nyc -r text-summary -r html npm run test", "lint": "./node_modules/.bin/tslint --project ./tsconfig.json -e 'test/**/*.*'", "lint:fix": "./node_modules/.bin/tslint --project ./tsconfig.json -e 'test/**/*.*' --fix" }, "keywords": [ "react-mock", "mock-api" ], "author": "Srijan Technologies Pvt Ltd", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "url": "git@github.com:srijanone/development-api-interceptor.git" }, "nyc": { "cache": false, "check-coverage": false, "extension": [ ".ts" ], "include": [ "src/**/*.ts" ], "exclude": [ "coverage/**", "src/test/**", "src/config/environments", "src/lib/interfaces", "node_modules/**" ], "require": [ "ts-node/register" ], "sourceMap": false, "reporter": [ "html", "text-summary" ], "all": true, "instrument": true }, "dependencies": { "@types/ajv": "^1.0.0", "@types/lodash": "^4.14.160", "ajv": "^6.12.2", "idb": "^5.0.4", "inversify": "^5.0.1", "lodash": "^4.17.20", "logdown": "^3.3.1", "moment": "^2.27.0", "msw": "^0.20.5", "reflect-metadata": "^0.1.13" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^0.1.3", "@types/bluebird": "^3.5.29", "@types/chai": "^4.2.6", "@types/mocha": "^5.2.7", "@types/node": "^13.13.9", "@types/supertest": "^2.0.8", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "chai-http": "^4.3.0", "chai-spies": "^1.0.0", "concurrently": "^5.0.0", "dotenv": "^8.2.0", "fake-indexeddb": "^3.0.2", "istanbul": "^0.4.5", "mocha": "^6.2.3", "nock": "^11.7.0", "nodemon": "^2.0.1", "nyc": "^14.1.1", "reflect-metadata": "^0.1.13", "supertest": "^4.0.2", "ts-node": "^8.5.4", "ts-node-dev": "^1.0.0-pre.44", "ts-sinon": "^1.0.24", "tslint": "^5.20.1", "tslint-clean-code": "^0.2.10", "tslint-config-standard": "^9.0.0", "tslint-consistent-codestyle": "^1.16.0", "tslint-eslint-rules": "^5.4.0", "tslint-sonarts": "^1.9.0", "typescript": "^3.8.3", "window": "^4.2.7" }, "files": [ "lib/**/*.d.ts", "lib/**/*.json", "lib/**/*.js", "lib/**/*.js.map" ] }