torchjs
Version:
test framework to light up the world
78 lines (77 loc) • 2.22 kB
JSON
{
"name": "torchjs",
"version": "13.0.0",
"description": "test framework to light up the world",
"main": "index.js",
"bin": {
"torch-coverage": "./bin/coverage.js",
"torch": "./bin/torch.js"
},
"scripts": {
"lint": "eslint --fix .",
"test": "npm run test-main && npm run test-renderer && npm run test-http",
"test-cov": "node bin/torch --compile --coverage --renderer --recursive test/renderer",
"test-main": "node bin/torch --compile --dom-global test/main",
"test-renderer": "node bin/torch --compile --renderer --notify-on-fail test/renderer",
"test-live": "node bin/torch --compile --interactive test/renderer",
"test-http": "node bin/torch --dom-global --compile --http test/main",
"test-http-live": "node bin/torch --compile --http --interactive test/renderer",
"contributor": "git-contributor",
"docs:dev": "vuepress dev docs"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/macacajs/torchjs.git"
},
"keywords": [
"torch",
"electron",
"macaca",
"mocha",
"test",
"framework"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/macacajs/torchjs/issues"
},
"homepage": "https://github.com/macacajs/torchjs#readme",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-plugin-istanbul": "~4.1.6",
"chokidar": "~2.0.3",
"commander": "~2.15.1",
"electron": "13",
"electron-cookies-alt": "2",
"finalhandler": "~1.1.1",
"glob": "~7.1.2",
"is-electron-renderer": "~2.0.1",
"istanbul": "~0.4.5",
"jsdom": "~11.10.0",
"jsdom-global": "~3.0.2",
"macaca-utils": "1",
"microtemplate": "~1.0.2",
"minimatch": "~3.0.4",
"mocha": "5",
"node-notifier": "~5.1.2",
"serve-static": "~1.13.1",
"source-map-support": "~0.4.15",
"which": "~1.2.14"
},
"devDependencies": {
"@babel/preset-env": "^7.0.0",
"babel-loader": "^7.1.5",
"eslint": "^4.19.1",
"eslint-plugin-mocha": "^5.0.0",
"git-contributor": "1",
"husky": "1",
"macaca-ecosystem": "*",
"vuepress": "^1.5.2"
}
}