zester
Version:
Functional testing tool
34 lines (33 loc) • 798 B
JSON
{
"name": "zester",
"version": "4.1.13",
"description": "Functional testing tool",
"main": "src/index.js",
"scripts": {
"test": "node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MayamaTakeshi/zester.git"
},
"author": "MayamaTakeshi <mayamatakeshi@gmail.com>",
"license": "MIT",
"keywords": [
"zester",
"functional",
"testing",
"deasync"
],
"bugs": {
"url": "https://github.com/MayamaTakeshi/zester/issues"
},
"homepage": "https://github.com/MayamaTakeshi/zester#readme",
"dependencies": {
"chalk": "^4.0.0",
"data-matching": "^1.23.9",
"magic-globals": "github:MayamaTakeshi/magic-globals-MODS",
"moment": "^2.29.1",
"set-value": "^4.0.1",
"y18n": "^5.0.8"
}
}