tln-pm
Version:
Project Management as Code
61 lines (60 loc) • 1.28 kB
JSON
{
"name": "tln-pm",
"version": "0.21.0",
"description": "Project Management as Code",
"main": "cli.js",
"scripts": {
"test": "nyc --reporter=text --reporter=lcov mocha src/**/*.spec.js"
},
"nyc": {
"all": true,
"include": [
"src/**/*.js"
],
"exclude": [
"src/**/*.spec.js"
]
},
"bin": {
"tpm": "cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/project-talan/tln-pm.git"
},
"keywords": [
"prohect",
"management",
"software",
"development"
],
"author": "Vladyslav Kurmaz",
"license": "MIT",
"bugs": {
"url": "https://github.com/project-talan/tln-pm/issues"
},
"homepage": "https://github.com/project-talan/tln-pm#readme",
"dependencies": {
"assign-deep": "^1.0.1",
"chalk": "^4.1.2",
"chokidar": "^4.0.3",
"compare-versions": "^6.1.1",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"enhanced-ms": "^3.1.0",
"express": "^4.21.2",
"fast-glob": "^3.3.2",
"find-up": "^4.1.0",
"js-yaml": "^4.1.0",
"log4js": "^6.9.1",
"table": "^6.9.0",
"yaml": "^2.5.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"chai": "^4.5.0",
"mocha": "^10.7.3",
"nyc": "^17.1.0",
"sinon": "^19.0.2"
}
}