diffjam
Version:
cli for diffjam.com
61 lines (60 loc) • 1.35 kB
JSON
{
"name": "diffjam",
"version": "4.0.0",
"description": "cli for diffjam.com",
"scripts": {
"build": "make clean && tsc",
"dev": "tsc -w",
"test": "make test",
"prepublishOnly": "make prepublish",
"start": "ts-node index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diffjam/diffjam.git"
},
"keywords": [
"technical",
"debt",
"code",
"source",
"diffjam"
],
"author": "gregg@caines.ca",
"license": "MIT",
"bugs": {
"url": "https://github.com/diffjam/diffjam/issues"
},
"main": "./lib/index.js",
"bin": {
"diffjam": "./lib/index.js"
},
"engines": {
"node": ">=20"
},
"homepage": "https://github.com/diffjam/diffjam#readme",
"dependencies": {
"chalk": "2.4.1",
"fdir": "^5.3.0",
"inquirer": "5.2.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"meow": "^9.0.0",
"micromatch": "^4.0.4",
"urlgrey": "^0.4.4"
},
"devDependencies": {
"@types/inquirer": "^8.1.3",
"@types/js-yaml": "^4.0.3",
"@types/lodash": "^4.14.175",
"@types/micromatch": "^4.0.2",
"@types/mocha": "^9.0.0",
"@types/node": "^20.0.0",
"@types/parse-gitignore": "^1.0.0",
"eslint": "^7.5.0",
"expect": "^25.5.0",
"mocha": "^7.1.2",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
}
}