mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
877 B
39 lines
877 B
{
|
|
"name": "@abp/client-generator",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "./lib/index.js",
|
|
"bin": {
|
|
"abp-type": "./lib/index.js"
|
|
},
|
|
"scripts": {
|
|
"start": "ts-node src/index.ts",
|
|
"start:watch": "nodemon",
|
|
"create": "npm run build && npm run test",
|
|
"build": "tsc -p .",
|
|
"test": "jest",
|
|
"prepublish": "yarn build"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"chalk": "^3.0.0",
|
|
"change-case": "^3.1.0",
|
|
"clear": "^0.1.0",
|
|
"commander": "^4.0.1",
|
|
"figlet": "^1.2.4",
|
|
"fs-extra": "^8.1.0",
|
|
"inquirer": "^7.0.0",
|
|
"ora": "^4.0.3",
|
|
"path": "^0.12.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^8.0.1",
|
|
"@types/inquirer": "^6.5.0",
|
|
"@types/node": "^12.12.8",
|
|
"nodemon": "^1.19.4",
|
|
"ts-node": "^8.5.2",
|
|
"typescript": "^3.7.2"
|
|
}
|
|
}
|
|
|