UNPKG

@selfage/test_runner

Version:

Let each test file be executable on its own.

39 lines (38 loc) 938 B
{ "name": "@selfage/test_runner", "version": "5.2.0", "description": "Let each test file be executable on its own.", "repository": { "type": "git", "url": "git+https://github.com/selfage/test_runner.git" }, "keywords": [ "Test", "Testing", "Runner", "Executable", "TypeScript" ], "author": "Yuxuan Xie <teststaybaka@gmail.com> (http://www.yuxuanxie.com)", "license": "MIT", "bugs": { "url": "https://github.com/selfage/test_runner/issues" }, "homepage": "https://github.com/selfage/test_runner#readme", "main": "./runner.js", "types": "./runner.d.ts", "files": [ "**/*.d.ts", "**/*.js" ], "devDependencies": { "@selfage/cli": "^5.0.0", "@selfage/tsconfig": "^1.1.0", "@types/node": "^16.3.3", "typescript": "^4.1.3" }, "dependencies": { "commander": "^8.3.0", "source-map-support": "^0.5.21" } }