UNPKG

1.54 kBJSONView Raw
1{
2 "name": "objection-table-name",
3 "description": "ActiveRecord-style objection.js plugin to auto-fill tableName",
4 "version": "1.2.5",
5 "main": "index.js",
6 "repository": "JaneJeon/objection-table-name",
7 "author": "Jane Jeon <JaneJeon9719@gmail.com>",
8 "license": "LGPL-3.0",
9 "scripts": {
10 "test": "jest",
11 "test:watch": "yarn test --watch",
12 "lint": "run-s lint:*",
13 "lint:prettier": "prettier --check .",
14 "lint:eslint": "eslint ."
15 },
16 "prettier": "@janejeon/prettier-config",
17 "eslintConfig": {
18 "extends": "@janejeon"
19 },
20 "dependencies": {
21 "lodash.camelcase": "^4.3.0",
22 "lodash.memoize": "^4.1.2",
23 "pluralize": "^8.0.0"
24 },
25 "devDependencies": {
26 "@janejeon/eslint-config": "^1.0.1",
27 "@janejeon/prettier-config": "^1.0.4",
28 "eslint": "^7.4.0",
29 "eslint-config-prettier": "^7",
30 "eslint-config-standard": "^16",
31 "eslint-plugin-import": "^2.22.0",
32 "eslint-plugin-node": "^11.1.0",
33 "eslint-plugin-prettier": "^3.1.4",
34 "eslint-plugin-promise": "^4.2.1",
35 "eslint-plugin-standard": "^4.0.1",
36 "husky": "^4.0.7",
37 "jest": "^26.0.1",
38 "jest-junit": "^12.1.0",
39 "knex": "^0.21.0",
40 "lint-staged": "^10.0.0",
41 "npm-run-all": "^4.1.5",
42 "objection-1": "npm:objection@1",
43 "objection-2": "npm:objection@2",
44 "prettier": "^2.0.5",
45 "skip-ci": "^1.0.3"
46 },
47 "peerDependencies": {
48 "objection": "^1 || ^2"
49 },
50 "keywords": [
51 "objection",
52 "objection.js",
53 "class",
54 "tablename",
55 "activerecord",
56 "plugin"
57 ]
58}