1 Star 0 Fork 0

Serverless Devs Registry / website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
shihuali 提交于 2021-08-23 16:27 . feat: 🎸 ncc
{
"name": "website",
"version": "0.0.24",
"main": "./lib/index.js",
"dependencies": {
"@alicloud/openapi-client": "^0.3.3"
},
"devDependencies": {
"@alicloud/alidns20150109": "^1.0.2",
"@alicloud/cdn20180510": "^1.0.0",
"@serverless-devs/core": "^0.0.*",
"ali-oss": "^6.13.2",
"chillout": "^5.0.0",
"fs-extra": "^9.1.0",
"lodash": "*",
"path-to-regexp": "^6.2.0",
"rimraf": "^3.0.2",
"walk-sync": "^2.2.0",
"@types/ali-oss": "^6.0.7",
"@types/eslint": "^7.2.6",
"@types/express": "^4.17.11",
"@types/fs-extra": "^9.0.8",
"@types/jest": "^26.0.10",
"@types/lodash": "^4.14.170",
"@types/node": "14",
"@vercel/ncc": "^0.29.2",
"f2elint": "^0.4.4",
"jest": "^26.4.0",
"ts-jest": "^26.2.0",
"ts-loader": "^8.0.14",
"ts-node": "^9.1.1",
"typescript": "^3.9.7"
},
"scripts": {
"start": "rimraf lib && npx tsc -w -p tsconfig.json",
"prebuild": "rm -rf lib",
"build": "ncc build src/index.ts -m -e @serverless-devs/core -e @alicloud/openapi-client -o lib",
"test": "jest",
"test:cov": "jest --coverage",
"lint": "f2elint scan",
"fix": "f2elint fix",
"typecheck": "npx tsc -p tsconfig.json --noEmit",
"update": "rm -rf package-lock.json && rm -rf node_modules && npm install"
},
"husky": {
"hooks": {
"commit-msg": "f2elint exec commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "f2elint exec lint-staged"
}
},
"lint-staged": {
"src/*.{js,jsx,ts}": "f2elint exec eslint"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/devsapp/website.git
git@gitee.com:devsapp/website.git
devsapp
website
website
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891