@ckstack/ck-lib-ras
Version:
ckstack ras/redis library
125 lines (124 loc) • 2.81 kB
JSON
{
"name": "@ckstack/ck-lib-ras",
"version": "1.9.46",
"description": "ckstack ras/redis library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf ./tmp; mkdir ./tmp; rm -rf ./dist; ./node_modules/.bin/tsc; ./node_modules/.bin/tsc --declarationDir ./tmp/types --outDir ./tmp/dist --removeComments false; cp -r ./tmp/types/* ./dist"
},
"dependencies": {
"@ckstack/ck-lib": "1.72.0",
"@ckstack/ck-lib-sequelize": "1.47.6",
"express": "4.18.2",
"json5": "2.2.3",
"mysql2": "3.0.1",
"redis": "3.0.2",
"reflect-metadata": "0.1.13",
"sequelize": "6.28.0",
"sequelize-typescript": "2.1.5",
"typescript": "4.9.4",
"underscore": "1.13.6"
},
"devDependencies": {
"@types/express": "4.17.15",
"@types/mocha": "10.0.1",
"@types/node": "18.11.18",
"@types/redis": "2.8.28",
"@types/underscore": "1.11.4",
"@types/validator": "13.7.10",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"eslint": "8.32.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5",
"mocha": "10.2.0",
"ts-mocha": "10.0.0",
"ts-node": "10.9.1"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"airbnb-base",
"plugin:@typescript-eslint/eslint-recommended"
],
"ignorePatterns": [
"dist/"
],
"rules": {
"indent": [
"error",
4
],
"no-underscore-dangle": 0,
"no-console": 0,
"newline-per-chained-call": 0,
"max-len": [
2,
{
"code": 300,
"tabWidth": 4,
"ignoreUrls": true,
"ignoreRegExpLiterals": true
}
],
"no-restricted-syntax": [
"error",
"ForInStatement",
"LabeledStatement",
"WithStatement"
],
"camelcase": 0,
"import/extensions": [
"error",
"ignorePackages",
{
"js": "never",
"mjs": "never",
"jsx": "never",
"ts": "never",
"tsx": "never",
"json": "never"
}
],
"import/prefer-default-export": "off"
},
"settings": {
"import/resolver": {
"node": {
"extensions": [
".js",
".jsx",
".ts",
".tsx"
]
}
}
},
"env": {
"browser": false,
"node": true,
"es6": true
}
},
"keywords": [
"ckstack",
"lib",
"ras"
],
"files": [
"dist"
],
"engines": {
"node": "16.19.1",
"npm": "9.3.1"
},
"author": {
"name": "dhkim",
"email": "dhkim@ckstack.com"
},
"license": "ISC"
}