mockalicious
Version:
Keep on mocking in the free world
37 lines (36 loc) • 799 B
JSON
{
"name": "mockalicious",
"version": "0.0.16",
"description": "Keep on mocking in the free world",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mocking",
"ESM",
"ecmascript modules",
"test",
"testing",
"mocks",
"CJS",
"native"
],
"author": "@davidmarkclem",
"license": "ISC",
"dependencies": {
"atomic-sleep": "^1.0.0",
"sonic-boom": "^1.3.2"
},
"devDependencies": {
"tap": "^14.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidmarkclements/mockalicious.git"
},
"bugs": {
"url": "https://github.com/davidmarkclements/mockalicious/issues"
},
"homepage": "https://github.com/davidmarkclements/mockalicious#readme"
}