UNPKG

stu

Version:

Stub dependencies when testing

42 lines (41 loc) 892 B
{ "name": "stu", "version": "3.2.0", "description": "Stub dependencies when testing", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "pkg-build", "test": "pkg-test", "lint": "pkg-lint", "tidy": "pkg-tidy" }, "repository": { "type": "git", "url": "git+https://github.com/stayradiated/stu.git" }, "keywords": [ "mock", "automock", "inject", "require", "sinon", "test" ], "author": "George Czabania <george@czabania.com>", "license": "MIT", "bugs": { "url": "https://github.com/stayradiated/stu/issues" }, "homepage": "https://github.com/stayradiated/stu#readme", "devDependencies": { "@mishguru/package": "7.8.0", "@types/caller": "^1.0.0", "@types/sinon": "^7.0.13" }, "dependencies": { "caller": "^1.0.1", "sinon": "^7.4.1", "unwire": "^6.1.0" } }