tty-aware-progress
Version:
[](https://travis-ci.org/bkniffler/tty-aware-progress)
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "tty-aware-progress",
"version": "1.0.4",
"main": "lib",
"license": "MIT",
"repository": {
"type" : "git",
"url" : "https://github.com/bkniffler/tty-aware-progress.git"
},
"dependencies": {
"progress": "2.0.3"
},
"devDependencies": {
"@types/jest": "^23.3.10",
"@types/progress": "^2.0.1",
"jest": "^23.6.0",
"test-console": "^1.1.0",
"ts-jest": "^23.10.5",
"typescript": "^3.2.2"
},
"scripts": {
"prepublish": "yarn build",
"build": "tsc",
"test": "jest --env=node --colors --coverage test --verbose false --runInBand"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"testPathIgnorePatterns": [
"/lib/",
"/node_modules/"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"collectCoverage": true
}
}