mirror of
https://github.com/labring/laf.git
synced 2025-12-08 20:26:22 +00:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "laf-cli",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/main.js",
|
|
"bin": {
|
|
"laf": "dist/main.js"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsc -w",
|
|
"watch": "tsc -w",
|
|
"build": "tsc",
|
|
"prepublishOnly": "npm run build",
|
|
"lint": "eslint . --fix --ext .ts --ext .js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/labring/laf.git"
|
|
},
|
|
"keywords": [
|
|
"laf"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/labring/laf/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mime": "^2.0.3",
|
|
"@types/node": "^17.0.45"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.45.0",
|
|
"axios": "^1.2.1",
|
|
"class-transformer": "^0.5.1",
|
|
"cli": "^1.0.1",
|
|
"cli-table3": "^0.6.3",
|
|
"commander": "^9.3.0",
|
|
"dayjs": "^1.11.7",
|
|
"dotenv": "^16.3.1",
|
|
"form-data": "^4.0.0",
|
|
"mime": "^3.0.0",
|
|
"node-emoji": "^1.11.0",
|
|
"prompts": "^2.4.1",
|
|
"reflect-metadata": "^0.1.13",
|
|
"typescript": "^4.7.4",
|
|
"urlencode": "^1.1.0",
|
|
"yaml": "^2.1.3"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,js}": "eslint --fix"
|
|
}
|
|
}
|