UNPKG

jasmine-ts

Version:
61 lines (60 loc) 1.51 kB
{ "name": "jasmine-ts", "version": "0.4.0", "description": "Execute jasmine with ts-node", "main": "lib/index.js", "bin": "lib/index.js", "scripts": { "precompile": "rimraf lib", "compile": "tsc --project tsconfig.json", "lint": "tslint -p tsconfig.json", "jasmineTs": "node lib/index.js --config=spec/jasmine.json spec/jasmine-ts.spec.ts", "test": "npm run lint && npm run compile && npm run jasmineTs", "prepublishOnly": "npm run compile", "release": "standard-version" }, "repository": { "type": "git", "url": "git+https://github.com/svi3c/jasmine-ts.git" }, "keywords": [ "node", "testing", "tests", "jasmine", "typescript" ], "author": "Sven Reglitzki <sreglitzki@gmail.com>", "maintainers": [ "Róbert Kiss <ert78gb@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/svi3c/jasmine-ts/issues" }, "homepage": "https://github.com/svi3c/jasmine-ts#readme", "files": [ "lib" ], "dependencies": { "yargs": "^17.0.1" }, "peerDependencies": { "jasmine": ">=3.4", "ts-node": ">=3.2.0 <=11", "typescript": ">=3.5.2" }, "devDependencies": { "@types/jasmine": "^3.6.3", "@types/node": "^15.0.0", "@types/yargs": "^17.0.0", "dotenv": "^10.0.0", "jasmine": "^3.6.4", "jasmine-spec-reporter": "^7.0.0", "rimraf": "^3.0.2", "standard-version": "^9.1.0", "ts-node": "^10.0.0", "tslint": "^6.1.3", "typescript": "^4.1.3" } }