do-ddd
Version:
Automates some of the Domain Driven Design pieces for faster development
39 lines (38 loc) • 750 B
JSON
{
"name": "do-ddd",
"version": "1.0.14",
"description": "Automates some of the Domain Driven Design pieces for faster development",
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"link": "npm link"
},
"bin": {
"doddd": "./dist/main.js"
},
"files": [
"dist"
],
"keywords": [
"Domain",
"Driven",
"Design"
],
"repository": {
"type": "git",
"url": "https://github.com/josharsh/do-ddd.git"
},
"author": "josharsh",
"license": "ISC",
"dependencies": {
"commander": "^11.0.0",
"concurrently": "^8.2.0",
"fs-extra": "^11.1.1",
"ts-morph": "^19.0.0",
"typescript": "^5.1.6",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/yargs": "^17.0.24"
}
}