facilisest
Version:
Generate OpenSearch mappings from typescript decorators
76 lines (75 loc) • 1.8 kB
JSON
{
"name": "facilisest",
"version": "1.2.2",
"description": "Generate OpenSearch mappings from typescript decorators",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@elastic/elasticsearch": "7.12.0",
"@opensearch-project/opensearch": "^1",
"@types/chai": "^4.3.4",
"@types/lodash.clonedeep": "^4.5.7",
"@types/mocha": "^10.0.1",
"@types/node": "18.13.0",
"@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"chai": "^4.3.7",
"commitlint": "^17.4.2",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^2.8.3",
"pretty-quick": "^3.1.3",
"ts-node": "^10.9.1",
"typescript": "^4.5.5"
},
"keywords": [
"earum",
"provident",
"elasticsearch",
"sed",
"voluptatibus"
],
"author": "CandaceSipes",
"repository": {
"type": "git",
"url": "https://github.com/LurlineKlein/facilisest.git"
},
"license": "MIT",
"files": [
"./dist/"
],
"mocha": {
"diff": true,
"extension": [
"ts"
],
"spec": "tests/**/*.test.ts",
"require": "ts-node/register",
"watch-files": [
"src/**/*.ts",
"tests/**/*.ts"
],
"watch-ignore": []
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"./node_modules/.bin/eslint"
],
"*.{js,jsx,ts,tsx,json,md}": [
"./node_modules/.bin/prettier --list-different"
]
},
"bugs": {
"url": "https://github.com/LurlineKlein/facilisest.git/issues"
}
}