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.
25 lines
611 B
25 lines
611 B
{
|
|
"name": "abp-npm-scripts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"remove-lock-files": "ts-node -r tsconfig-paths/register remove-lock-files.ts",
|
|
"validate-versions": "ts-node -r tsconfig-paths/register validate-versions.ts"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.24.0",
|
|
"chalk": "^4.1.0",
|
|
"commander": "^8.3.0",
|
|
"execa": "^5.1.1",
|
|
"fs-extra": "^9.0.1",
|
|
"glob": "^7.1.6",
|
|
"npm-check-updates": "^9.0.1",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.1",
|
|
"ts-node": "^9.0.0",
|
|
"tsconfig-paths": "^3.9.0"
|
|
}
|
|
}
|