|
2 | 2 | "name": "parse-server-example", |
3 | 3 | "version": "1.4.0", |
4 | 4 | "description": "An example Parse API server using the parse-server module", |
5 | | - "main": "index.js", |
6 | 5 | "repository": { |
7 | 6 | "type": "git", |
8 | 7 | "url": "https://github.com/ParsePlatform/parse-server-example" |
9 | 8 | }, |
10 | 9 | "license": "MIT", |
11 | | - "dependencies": { |
12 | | - "express": "4.17.1", |
13 | | - "kerberos": "1.1.4", |
14 | | - "parse": "2.19.0", |
15 | | - "parse-server": "4.5.0" |
16 | | - }, |
| 10 | + "main": "index.js", |
17 | 11 | "scripts": { |
18 | | - "start": "node index.js", |
| 12 | + "coverage": "nyc jasmine", |
19 | 13 | "lint": "eslint --cache ./cloud && eslint --cache index.js && eslint --cache ./spec", |
20 | 14 | "lint-fix": "eslint --cache --fix ./cloud && eslint --cache --fix index.js && eslint --cache --fix ./spec", |
21 | | - "test": "mongodb-runner start && jasmine", |
22 | | - "coverage": "nyc jasmine", |
23 | 15 | "prettier": "prettier --write '{cloud,spec}/{**/*,*}.js' 'index.js'", |
24 | | - "watch": "babel-watch index.js" |
| 16 | + "start": "node index.js", |
| 17 | + "test": "mongodb-runner start && jasmine", |
| 18 | + "watch": "nodemon index.js" |
25 | 19 | }, |
26 | | - "engines": { |
27 | | - "node": ">=4.3" |
| 20 | + "dependencies": { |
| 21 | + "express": "4.18.1", |
| 22 | + "parse": "3.4.2", |
| 23 | + "parse-server": "5.2.1" |
28 | 24 | }, |
29 | 25 | "devDependencies": { |
30 | | - "babel-eslint": "10.1.0", |
31 | | - "babel-watch": "7.4.0", |
32 | | - "eslint": "7.19.0", |
33 | | - "eslint-config-standard": "16.0.2", |
34 | | - "eslint-plugin-import": "2.22.1", |
35 | | - "eslint-plugin-node": "11.1.0", |
36 | | - "eslint-plugin-promise": "4.2.1", |
37 | | - "jasmine": "3.6.4", |
38 | | - "mongodb-runner": "4.8.1", |
| 26 | + "@babel/eslint-parser": "7.17.0", |
| 27 | + "eslint": "8.15.0", |
| 28 | + "jasmine": "4.1.0", |
| 29 | + "mongodb-runner": "4.9.0", |
| 30 | + "nodemon": "2.0.16", |
39 | 31 | "nyc": "15.1.0", |
40 | | - "prettier": "2.2.1" |
| 32 | + "prettier": "2.6.2" |
| 33 | + }, |
| 34 | + "engines": { |
| 35 | + "node": ">=12.22.10 <19" |
41 | 36 | } |
42 | 37 | } |
0 commit comments