mirror of
https://github.com/tappollo/booster.git
synced 2026-06-17 08:59:39 +08:00
35 lines
831 B
JSON
35 lines
831 B
JSON
{
|
|
"name": "@mercy/scripts",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"workspaces": {
|
|
"nohoist": [
|
|
"**"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --ext js,ts,tsx .",
|
|
"build": "tsc",
|
|
"use": "ts-node ./use.ts",
|
|
"rename": "ts-node ./rename.ts",
|
|
"ci": "yarn lint && yarn build"
|
|
},
|
|
"dependencies": {
|
|
"@types/fs-extra": "^8.0.1",
|
|
"@types/meow": "^5.0.0",
|
|
"@types/ora": "^3.2.0",
|
|
"chalk": "^2.4.2",
|
|
"firebase-admin": "^8.6.1",
|
|
"fs-extra": "^8.1.0",
|
|
"meow": "^5.0.0",
|
|
"ora": "^4.0.2",
|
|
"replace-in-file": "npm:@zhigang1992/replace-in-file@latest",
|
|
"ts-node": "^8.4.1",
|
|
"typescript": "^3.7.2",
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-typescript": "^3.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.14.0",
|
|
"@typescript-eslint/parser": "^2.14.0"
|
|
}
|
|
}
|