-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 911 Bytes
/
package.json
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
{
"name": "@gapi/sequelize",
"version": "1.8.23",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi-sequelize.git"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"postpublish": "git push -f ssh://[email protected]:522/gapi/gapi-sequelize.git && git push --tags && git push ssh://[email protected]:522/gapi/gapi-sequelize.git --tags"
},
"author": {
"name": "Kristian Tachev(Stradivario)",
"email": "[email protected]"
},
"keywords": [
"graphql",
"gapi",
"node"
],
"license": "MIT",
"bugs": {
"url": "http://gitlab.youvolio.com/gapi/gapi-sequelize/issues"
},
"dependencies": {
"sequelize": "^5.8.2",
"sequelize-typescript": "^1.0.0-beta.3"
},
"devDependencies": {
"@rxdi/core": "0.7.41"
}
}