-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.13 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.13 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
{
"name": "sequelizejs-decorators",
"version": "6.1.7",
"description": "decorators for sequelize v6* ORM for NodeJS",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.json",
"prepublishOnly": "npm run build && npm run git && npm version patch",
"postpublish": "git push",
"git": "git add . && git diff-index --quiet HEAD || git commit -m \"Publishing\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/weagle08/sequelizejs-decorators.git"
},
"keywords": [
"sequelize",
"sequelize-decorators",
"sequelizejs-decorators",
"orm",
"orm-decorators"
],
"author": "weagle08",
"license": "MIT",
"bugs": {
"url": "https://github.com/weagle08/sequelizejs-decorators/issues"
},
"homepage": "https://github.com/weagle08/sequelizejs-decorators#readme",
"devDependencies": {
"typescript": "5.3.3"
},
"peerDependencies": {
"sequelize": "^6.37.1"
}
}