Tiny, but fully loaded test-runner.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

30 lines
692 B

{
"name": "@klenty/gunner",
"version": "0.1.0",
"description": "Multi-strategy test runner.",
"main": "index.js",
"scripts": {
"test": "npm run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vengatkrishnaraj/gunner.git"
},
"keywords": [
"klenty",
"test",
"tdd",
"unit testing"
],
"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vengatkrishnaraj/testsuite/issues"
},
"homepage": "https://github.com/vengatkrishnaraj/testsuite#readme",
"dependencies": {
"@codefeathers/iseq": "^1.2.1",
"eslint": "^5.2.0",
"fs-extra": "^7.0.0"
}
}