sequelizejs-decorators
Advanced tools
+3
-4
| { | ||
| "name": "sequelizejs-decorators", | ||
| "version": "6.1.3", | ||
| "version": "6.1.5", | ||
| "description": "decorators for sequelize v6* ORM for NodeJS", | ||
| "main": "dist/index.js", | ||
| "types": "src/index.ts", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1", | ||
| "build": "tsc -p tsconfig.json", | ||
| "prepare": "npm run build && npm run git && npm version patch", | ||
| "prepublishOnly": "npm run build && npm run git && npm version patch", | ||
| "postpublish": "git push", | ||
@@ -32,3 +31,3 @@ "git": "git add . && git commit -m \"published\"" | ||
| "devDependencies": { | ||
| "typescript": "4.7.2" | ||
| "typescript": "4.8.3" | ||
| }, | ||
@@ -35,0 +34,0 @@ "peerDependencies": { |
+3
-1
@@ -17,3 +17,5 @@ { | ||
| "skipLibCheck": true, | ||
| "forceConsistentCasingInFileNames": true | ||
| "forceConsistentCasingInFileNames": true, | ||
| "strictPropertyInitialization": false, | ||
| "strict": false | ||
| }, | ||
@@ -20,0 +22,0 @@ "include": [ |
34777
0.15%683
0.29%