1 Star 0 Fork 0

K./create-ajv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "create-ajv",
"version": "1.0.3",
"description": "create ajv helper",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"ajv"
],
"repository": {
"type": "git",
"url": "https://gitee.com/janpoem/create-ajv.git"
},
"files": [
"dist"
],
"scripts": {
"dev:start": "ts-node src/index.ts",
"test": "mocha",
"lint": "eslint src --ext .ts,.tsx,.js,.jsx",
"build": "tsc --project tsconfig.json"
},
"author": "Jiankai Zeng <[email protected]>",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.1",
"@swc/helpers": "^0.3.6",
"ajv": "^8",
"@types/json-schema": "^7"
},
"devDependencies": {
"@types/node": "^16",
"typescript": "^4",
"eslint": "^8",
"@typescript-eslint/parser": "^5",
"@typescript-eslint/eslint-plugin": "^5",
"ts-node": "^10",
"chokidar": "^3.5.3",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.14",
"regenerator-runtime": "^0.13.9",
"mocha": "^10",
"@types/mocha": "^10",
"chai": "^4",
"@types/chai": "^4",
"ajv-i18n": "^4"
},
"peerDependencies": {
"ajv": "^8.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/janpoem/create-ajv.git
[email protected]:janpoem/create-ajv.git
janpoem
create-ajv
create-ajv
master

搜索帮助