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.
abp/npm/scripts/package.json

23 lines
503 B

{
"name": "abp-npm-scripts",
"version": "1.0.0",
"description": "",
"scripts": {
"remove-lock-files": "ts-node -r tsconfig-paths/register remove-lock-files.ts"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.1.0",
"execa": "^4.0.3",
"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"
}
}