clime
Version:
The command-line interface framework for TypeScript.
65 lines (64 loc) • 1.75 kB
JSON
{
"name": "clime",
"version": "0.5.16",
"description": "The command-line interface framework for TypeScript.",
"main": "bld/index.js",
"typings": "bld/index.d.ts",
"scripts": {
"lint": "tslint -c tslint.json -p tsconfig.json",
"lint-prettier": "prettier --list-different \"**/*.{ts,tsx,js,jsx,json,md}\"",
"build": "yarn lint && rimraf bld && tsc",
"bare-test": "mocha && baseman run bld/test/baseman",
"pretest": "yarn build",
"test": "nyc yarn bare-test",
"report-coverage": "cat coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vilic/clime.git"
},
"keywords": [
"typescript",
"command",
"cli",
"commander",
"commander.js"
],
"author": "vilicvane",
"license": "MIT",
"bugs": {
"url": "https://github.com/vilic/clime/issues"
},
"homepage": "https://github.com/vilic/clime#readme",
"dependencies": {
"chalk": "^2.1.0",
"extendable-error": "^0.1.5",
"hyphenate": "^0.2.1",
"parse-messy-time": "^2.1.0",
"reflect-metadata": "^0.1.10",
"strip-ansi": "^4.0.0",
"villa": "^0.2.11"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/chai-as-promised": "0.0.31",
"@types/chalk": "^0.4.31",
"@types/glob": "^5.0.32",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.25",
"baseman": "latest",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"coveralls": "^2.13.1",
"glob": "^7.1.2",
"mocha": "^3.5.0",
"nyc": "^11.1.0",
"prettier": "^2.0.5",
"rimraf": "^2.6.1",
"source-map-support": "^0.4.16",
"tslint": "^5.9.1",
"tslint-language-service": "^0.9.8",
"typescript": "^2.7.2",
"vts": "^5.8.3"
}
}