|
11 | 11 | "module": "lib/module/index.js", |
12 | 12 | "scripts": { |
13 | 13 | "lint": "yarn eslint . --ext .ts", |
14 | | - "build": "tsc -p tsconfig.json && tsc -p tsconfig.module.json" |
| 14 | + "build": "tsc -p tsconfig.json && tsc -p tsconfig.module.json", |
| 15 | + "release": "npm run build && np" |
15 | 16 | }, |
16 | 17 | "homepage": "https://github.com/L3K0V/parse-server-firebase", |
17 | 18 | "bugs": "https://github.com/L3K0V/parse-server-firebase/issues", |
|
27 | 28 | "author": "Asen Lekov", |
28 | 29 | "license": "MIT", |
29 | 30 | "devDependencies": { |
30 | | - "@google-cloud/storage": "^5.7.0", |
31 | | - "@types/express": "^4.17.9", |
32 | | - "@types/node": "~13.11.1", |
33 | | - "@types/parse": "^2.18.1", |
34 | | - "@typescript-eslint/eslint-plugin": "^4.10.0", |
35 | | - "@typescript-eslint/parser": "^4.10.0", |
36 | | - "eslint": "^7.15.0", |
| 31 | + "@google-cloud/storage": "^5.8.5", |
| 32 | + "@types/express": "^4.17.12", |
| 33 | + "@types/node": "~16.0.0", |
| 34 | + "@types/parse": "^2.18.6", |
| 35 | + "@typescript-eslint/eslint-plugin": "^4.28.2", |
| 36 | + "@typescript-eslint/parser": "^4.28.2", |
| 37 | + "eslint": "^7.30.0", |
37 | 38 | "express": "^4.17.1", |
38 | | - "np": "7.1.0", |
39 | | - "parse": "^2.19.0", |
40 | | - "typescript": "^4.1.3" |
| 39 | + "np": "7.5.0", |
| 40 | + "parse": "^3.2.0", |
| 41 | + "typescript": "^4.3.5" |
41 | 42 | }, |
42 | 43 | "engines": { |
43 | 44 | "node": ">=12" |
|
46 | 47 | "lib" |
47 | 48 | ], |
48 | 49 | "dependencies": { |
49 | | - "firebase-admin": "^9.5.0", |
50 | | - "parse-cloud-image": "^1.0.1" |
| 50 | + "firebase-admin": "^9.10.0", |
| 51 | + "parse-cloud-image": "^1.0.2" |
51 | 52 | } |
52 | 53 | } |
0 commit comments