mirror of https://github.com/abpframework/abp
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.
24 lines
522 B
24 lines
522 B
{
|
|
"version": "2.3.0",
|
|
"scripts": {
|
|
"lerna": "lerna",
|
|
"ncu": "ncu",
|
|
"update-gulp": "node update-gulp.js",
|
|
"replace-with-tilde": "node replace-with-tilde.js",
|
|
"update": "node package-update-script.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^8.0.1",
|
|
"glob": "^7.1.5",
|
|
"lerna": "^3.18.4",
|
|
"npm-check-updates": "^11.3.0"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^6.0.0",
|
|
"execa": "^3.4.0",
|
|
"fast-glob": "^3.2.7",
|
|
"fs-extra": "^8.1.0",
|
|
"semver": "^7.3.5"
|
|
}
|
|
}
|