mirror of
https://github.com/cool-team-official/cool-admin-midway-packages.git
synced 2026-01-11 13:21:55 +00:00
42 lines
937 B
JSON
42 lines
937 B
JSON
{
|
|
"name": "@cool-midway/es",
|
|
"version": "7.0.0",
|
|
"description": "cool-js.com elasticsearch",
|
|
"main": "index.js",
|
|
"typings": "index.d.ts",
|
|
"scripts": {
|
|
"build": "cross-env midway-bin build -c",
|
|
"cov": "cross-env midway-bin cov --ts",
|
|
"lint": "mwts check",
|
|
"lint:fix": "mwts fix"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"files": [
|
|
"**/*.js",
|
|
"**/*.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://cool-js.com"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@cool-midway/core": "^7.0.0",
|
|
"@midwayjs/cli": "^1.2.38",
|
|
"@midwayjs/core": "^3.0.0",
|
|
"@midwayjs/decorator": "^3.0.0",
|
|
"@midwayjs/mock": "^3.0.0",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/node": "^16.11.22",
|
|
"cross-env": "^6.0.0",
|
|
"jest": "^27.5.1",
|
|
"mwts": "^1.0.5",
|
|
"ts-jest": "^27.1.3",
|
|
"typescript": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@elastic/elasticsearch": "^8.1.0"
|
|
}
|
|
}
|