代码拉取完成,页面将自动刷新
同步操作将从 Serverless Devs Registry/wordpress 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "wordpress",
"version": "0.0.8",
"main": "./lib/index.js",
"dependencies": {
"@serverless-devs/core": "^0.0.*",
"lodash": "^4.17.20",
"lodash.get": "^4.4.2",
"tty-table": "^4.1.3"
},
"devDependencies": {
"@types/eslint": "^7.2.6",
"@types/jest": "^26.0.10",
"@types/node": "14",
"f2elint": "^0.4.4",
"jest": "^26.4.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.2.0",
"ts-loader": "^8.0.14",
"ts-node": "^9.1.1",
"typescript": "^3.9.7",
"webpack": "^4.46.0",
"webpack-cli": "^4.4.0",
"typedoc": "^0.20.35"
},
"scripts": {
"dev": "npx tsc -w -p tsconfig.json",
"prebuild": "rimraf dist",
"build": "npx tsc -p tsconfig.json",
"build:component": "npx webpack --mode=production",
"publish": "npm run build:component && s platform publish",
"test": "jest",
"test:cov": "jest --coverage",
"lint": "f2elint scan",
"fix": "f2elint fix",
"typecheck": "npx tsc -p tsconfig.json --noEmit",
"doc": "npx typedoc src/index.ts --json doc/doc.json --out doc"
},
"husky": {
"hooks": {
"commit-msg": "f2elint exec commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "f2elint exec lint-staged"
}
},
"lint-staged": {
"**/*.{js,jsx,ts}": "f2elint exec eslint"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。