-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.82 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@jcoreio/sequelize-sql-tag",
"version": "0.0.0-development",
"description": "a template tag for Sequelize that quotes Models' table names, attribute names, and puts other expressions into bind parameters",
"sideEffects": false,
"scripts": {
"tc": "toolchain",
"toolchain": "toolchain",
"test": "toolchain test",
"prepublishOnly": "echo This package is meant to be published by semantic-release from the dist build directory. && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jcoreio/sequelize-sql-tag.git"
},
"keywords": [
"sequelize",
"tagged-template-literal",
"parameterized-query",
"parameterized-queries",
"sql",
"raw-sql"
],
"author": "Andy Edwards",
"license": "MIT",
"bugs": {
"url": "https://github.com/jcoreio/sequelize-sql-tag/issues"
},
"homepage": "https://github.com/jcoreio/sequelize-sql-tag#readme",
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@jcoreio/toolchain": "^2.0.3",
"@jcoreio/toolchain-circle": "^2.0.3",
"@jcoreio/toolchain-esnext": "^2.0.3",
"@jcoreio/toolchain-mocha": "^2.0.3",
"@jcoreio/toolchain-semantic-release": "^2.0.3",
"@jcoreio/toolchain-typescript": "^2.0.3",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"chai": "^4.3.7",
"copy": "^0.3.2",
"cross-env": "^7.0.3",
"eslint": "^8.43.0",
"eslint-config-prettier": "^7.0.0",
"mocha": "^10.2.0",
"pg": "^7.5.0",
"rimraf": "^3.0.2",
"sequelize": "^6.3.5",
"typescript": "^5.1.0"
},
"dependencies": {
"@babel/runtime": "^7.18.6"
},
"peerDependencies": {
"sequelize": "^4.39.0 || ^5.0.0 || ^6.0.0"
},
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@8.3.1"
}