UNPKG

@automock/doubles.sinon

Version:
50 lines (49 loc) 1.01 kB
{ "name": "@automock/doubles.sinon", "private": false, "version": "1.0.1-dev.83+5b29e34", "license": "MIT", "main": "dist/index.js", "keywords": [ "mock", "test-doubles", "automock", "reflection" ], "repository": { "type": "git", "url": "https://github.com/omermorad/automock.git" }, "bugs": { "url": "https://github.com/omermorad/automock/issues" }, "contributors": [ { "name": "Omer Morad", "email": "omer.moradd@gmail.com" } ], "scripts": { "prebuild": "yarn rimraf dist", "build": "yarn tsc -p tsconfig.build.json", "test": "yarn jest", "lint": "yarn eslint '{src,test}/**/*.ts'" }, "peerDependencies": { "sinon": ">= 8.x" }, "devDependencies": { "@automock/types": "^1.0.0", "@types/sinon": "9.0.0", "sinon": "^9.0.2" }, "files": [ "dist", "index.d.ts", "index.js" ], "config": { "publishConfig": "public" }, "gitHead": "5b29e34bb343b77130391f42d42f444101437e36" }