pi-test-data
Version:
Manage test data for automation
52 lines (51 loc) • 1.3 kB
JSON
{
"name": "light-my-request",
"version": "4.4.1",
"description": "Fake HTTP injection library",
"main": "index.js",
"dependencies": {
"ajv": "^6.12.2",
"cookie": "^0.4.0",
"fastify-warning": "^0.2.0",
"readable-stream": "^3.6.0",
"set-cookie-parser": "^2.4.1"
},
"types": "index.d.ts",
"devDependencies": {
"@types/node": "^14.0.1",
"end-of-stream": "^1.4.4",
"form-auto-content": "^2.0.0",
"form-data": "^3.0.0",
"pre-commit": "^1.2.2",
"standard": "^16.0.1",
"tap": "^14.0.0",
"tsd": "^0.14.0"
},
"scripts": {
"test": "npm run lint && npm run unit && npm run tsd",
"lint": "standard",
"unit": "tap test/test.js test/*.test.js --100",
"coverage": "npm run unit -- --cov --coverage-report=html",
"tsd": "tsd"
},
"repository": {
"type": "git",
"url": "https://github.com/fastify/light-my-request.git"
},
"keywords": [
"http",
"inject",
"fake",
"request",
"server"
],
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/fastify/light-my-request/issues"
},
"homepage": "https://github.com/fastify/light-my-request/blob/master/README.md",
"tsd": {
"directory": "test"
}
}