UNPKG

1.03 kBJSONView Raw
1{
2 "name": "rewire",
3 "version": "7.0.0",
4 "description": "Easy dependency injection for node.js unit testing",
5 "keywords": [
6 "dependency",
7 "injection",
8 "mock",
9 "shim",
10 "module",
11 "unit",
12 "test",
13 "leak",
14 "inspect",
15 "fake",
16 "require"
17 ],
18 "author": {
19 "name": "Johannes Ewald",
20 "email": "mail@johannesewald.de"
21 },
22 "main": "lib/index.js",
23 "homepage": "https://github.com/jhnns/rewire",
24 "bugs": {
25 "url": "https://github.com/jhnns/rewire/issues",
26 "email": "mail@johannesewald.de"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git://github.com/jhnns/rewire.git"
31 },
32 "devDependencies": {
33 "@types/node": "^17.0.35",
34 "expect.js": "^0.3.1",
35 "mocha": "^10.0.0",
36 "nyc": "^15.1.0",
37 "rewire": "file://.",
38 "ts-node": "^10.8.0",
39 "typescript": "^4.6.4"
40 },
41 "license": "MIT",
42 "scripts": {
43 "test": "nyc --reporter=html --reporter=lcov mocha -r ts-node/register -R spec"
44 },
45 "dependencies": {
46 "eslint": "^8.47.0"
47 }
48}