testup
Version:
Default testup test tools installation
36 lines (35 loc) • 866 B
JSON
{
"name": "testup",
"version": "0.2.0",
"description": "Default testup test tools installation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"upgrade": "npm i @testup/cli@latest @testup/core@latest @testup/console-reporter@latest"
},
"bin": {
"testup": "node_modules/@testup/cli/bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rumkin/testup.git"
},
"dependencies": {
"@testup/cli": "^0.6.0",
"@testup/console-reporter": "^0.2.0",
"@testup/core": "^2.0.0"
},
"keywords": [
"testup",
"test",
"spec",
"cli",
"tdd"
],
"author": "Rumkin <dev@rumk.in> (https://rumk.in/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rumkin/testup/issues"
},
"homepage": "https://github.com/rumkin/testup#readme"
}