fetch-test-server
Version:
Test node.js HTTP servers using the fetch API
43 lines (42 loc) • 990 B
JSON
{
"name": "fetch-test-server",
"version": "1.2.0",
"description": "Test node.js HTTP servers using the fetch API",
"main": "index.js",
"scripts": {
"lint": "eslint *.js",
"mocha": "mocha *.test.js",
"test": "npm run lint && npm run mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amacneil/fetch-test-server.git"
},
"author": "Adrian Macneil adrian@adrianmacneil.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/amacneil/fetch-test-server/issues"
},
"homepage": "https://github.com/amacneil/fetch-test-server#readme",
"keywords": [
"express",
"fetch",
"http",
"integration",
"koa",
"server",
"test",
"testing"
],
"dependencies": {
"debug": "^3.1.0",
"node-fetch": "^2.1.2"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"mocha": "^5.1.1"
}
}