UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

50 lines (49 loc) 1.32 kB
{ "name": "siesta-lite", "description": "Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers", "keywords": [ "javascript testing", "functional testing", "web testing" ], "homepage": "https://www.bryntum.com/products/siesta/", "bugs": "https://www.assembla.com/spaces/bryntum/support/tickets", "version": "5.6.1", "license": "SEE LICENSE IN <license-siesta-lite.pdf>", "main": "index.js", "bin": { "siesta": "./bin/nodejs" }, "scripts": { "prepare": "patch-package" }, "dependencies": { "@istanbuljs/load-nyc-config": "^1.0.0", "brotli": "^1.3.2", "esm": "https://github.com/jsg2021/esm.git", "foreground-child": "^2.0.0", "fs-extra": "5.0.0", "glob": "^7.1.6", "http-proxy": "^1.18.1", "js-beautify": "^1.10.3", "node-easy-cert-secure": "^1.3.3", "nyc": "^15.0.1", "patch-package": "^5.1.1", "pngjs": "3.3.1", "proper-lockfile": "2.0.1", "spawn-wrap": "^2.0.0", "test-exclude": "^6.0.0", "tmp": "0.0.33", "uuid": "^7.0.2", "ws": "6.1.0", "yargs": "^15.0.2" }, "devDependencies": { "uglify-js": "^3.8.0", "@types/node": "^10.11.3", "mocha": "7.1.1", "typescript": "^3.2.2", "webpack": "^4.42.0", "webpack-cli": "^3.3.11" } }