2016-01-28 10:58:12 -08:00
|
|
|
{
|
|
|
|
|
"name": "parse-server",
|
2025-12-12 16:58:54 +00:00
|
|
|
"version": "9.0.0-alpha.2",
|
2016-01-28 10:58:12 -08:00
|
|
|
"description": "An express module providing a Parse-compatible API server",
|
2016-02-08 20:20:21 -08:00
|
|
|
"main": "lib/index.js",
|
2016-01-28 10:58:12 -08:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2018-03-22 00:24:08 +05:30
|
|
|
"url": "https://github.com/parse-community/parse-server"
|
2016-01-28 10:58:12 -08:00
|
|
|
},
|
2016-02-24 14:38:02 -08:00
|
|
|
"files": [
|
|
|
|
|
"bin/",
|
|
|
|
|
"lib/",
|
2016-03-04 17:01:14 -05:00
|
|
|
"public_html/",
|
|
|
|
|
"views/",
|
2016-02-24 14:38:02 -08:00
|
|
|
"LICENSE",
|
2023-01-31 01:02:05 +01:00
|
|
|
"NOTICE",
|
2018-05-18 13:06:12 -04:00
|
|
|
"postinstall.js",
|
2025-01-30 11:45:35 +11:00
|
|
|
"README.md",
|
|
|
|
|
"types"
|
2016-02-24 14:38:02 -08:00
|
|
|
],
|
2023-01-31 01:02:05 +01:00
|
|
|
"license": "Apache-2.0",
|
2016-01-28 10:58:12 -08:00
|
|
|
"dependencies": {
|
2025-06-18 00:00:47 +02:00
|
|
|
"@apollo/server": "4.12.1",
|
2025-03-16 19:42:16 +01:00
|
|
|
"@graphql-tools/merge": "9.0.24",
|
2025-03-19 02:43:15 +01:00
|
|
|
"@graphql-tools/schema": "10.0.23",
|
2025-04-08 12:45:54 +02:00
|
|
|
"@graphql-tools/utils": "10.8.6",
|
2024-04-06 02:34:55 +02:00
|
|
|
"@parse/fs-files-adapter": "3.0.0",
|
2025-03-17 20:16:48 +01:00
|
|
|
"@parse/push-adapter": "6.11.0",
|
2025-04-07 18:12:06 +02:00
|
|
|
"bcryptjs": "3.0.2",
|
2025-03-24 17:06:51 +01:00
|
|
|
"commander": "13.1.0",
|
2019-06-19 17:19:47 -07:00
|
|
|
"cors": "2.8.5",
|
2020-09-02 00:01:17 +03:00
|
|
|
"deepcopy": "2.1.0",
|
2025-12-03 19:38:28 +01:00
|
|
|
"express": "5.2.1",
|
2025-07-18 01:28:11 +02:00
|
|
|
"express-rate-limit": "7.5.1",
|
2024-10-22 22:31:17 +02:00
|
|
|
"follow-redirects": "1.15.9",
|
2025-05-06 17:29:00 +02:00
|
|
|
"graphql": "16.11.0",
|
2024-03-06 13:55:30 +01:00
|
|
|
"graphql-list-fields": "2.0.4",
|
2024-07-19 13:39:36 +02:00
|
|
|
"graphql-relay": "0.10.2",
|
2024-03-02 04:06:47 +03:00
|
|
|
"graphql-upload": "15.0.2",
|
2016-06-15 20:28:07 -07:00
|
|
|
"intersect": "1.0.1",
|
2024-03-28 01:01:31 +01:00
|
|
|
"jsonwebtoken": "9.0.2",
|
2025-03-29 19:11:53 +01:00
|
|
|
"jwks-rsa": "3.2.0",
|
2024-02-26 21:05:10 +01:00
|
|
|
"ldapjs": "3.0.7",
|
2021-02-23 00:52:15 -08:00
|
|
|
"lodash": "4.17.21",
|
2024-10-06 12:52:28 +02:00
|
|
|
"lru-cache": "10.4.0",
|
2025-04-07 15:05:38 +02:00
|
|
|
"mime": "4.0.7",
|
2025-11-08 20:04:31 +01:00
|
|
|
"mongodb": "6.20.0",
|
2021-04-19 08:23:42 +03:00
|
|
|
"mustache": "4.2.0",
|
2025-04-15 17:23:40 +01:00
|
|
|
"otpauth": "9.4.0",
|
2025-12-12 17:58:03 +01:00
|
|
|
"parse": "8.0.0",
|
2024-09-25 03:16:18 +02:00
|
|
|
"path-to-regexp": "6.3.0",
|
2025-04-29 12:46:09 +01:00
|
|
|
"pg-monitor": "3.0.0",
|
2025-10-08 15:19:46 -07:00
|
|
|
"pg-promise": "12.2.0",
|
2020-07-13 13:06:52 -05:00
|
|
|
"pluralize": "8.0.0",
|
2024-07-09 12:58:51 +02:00
|
|
|
"punycode": "2.3.1",
|
2024-03-25 12:54:22 +01:00
|
|
|
"rate-limit-redis": "4.2.0",
|
2024-10-09 16:04:52 +02:00
|
|
|
"redis": "4.7.0",
|
2025-05-14 11:16:31 +02:00
|
|
|
"semver": "7.7.2",
|
2021-11-28 15:44:33 +01:00
|
|
|
"subscriptions-transport-ws": "0.11.0",
|
2017-03-20 18:10:31 +01:00
|
|
|
"tv4": "1.3.0",
|
2025-03-21 12:00:13 +01:00
|
|
|
"uuid": "11.1.0",
|
2024-11-11 14:19:32 +01:00
|
|
|
"winston": "3.17.0",
|
2024-03-02 17:10:19 +01:00
|
|
|
"winston-daily-rotate-file": "5.0.0",
|
2025-05-30 18:31:10 +02:00
|
|
|
"ws": "8.18.2"
|
2016-01-28 10:58:12 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-10-07 15:10:13 +02:00
|
|
|
"@actions/core": "1.11.1",
|
2025-05-25 19:53:50 +02:00
|
|
|
"@apollo/client": "3.13.8",
|
2025-03-25 22:19:27 +01:00
|
|
|
"@babel/cli": "7.27.0",
|
2025-06-14 01:42:42 +02:00
|
|
|
"@babel/core": "7.27.4",
|
2025-12-01 19:11:20 +01:00
|
|
|
"@babel/eslint-parser": "7.28.0",
|
2024-07-15 18:38:22 +02:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
2025-01-20 20:36:21 +01:00
|
|
|
"@babel/plugin-transform-flow-strip-types": "7.26.5",
|
2025-05-14 13:38:50 +02:00
|
|
|
"@babel/preset-env": "7.27.2",
|
2025-05-05 22:03:34 +02:00
|
|
|
"@babel/preset-typescript": "7.27.1",
|
2024-07-09 02:10:50 +02:00
|
|
|
"@saithodev/semantic-release-backmerge": "4.0.1",
|
|
|
|
|
"@semantic-release/changelog": "6.0.3",
|
2025-01-14 22:39:11 +01:00
|
|
|
"@semantic-release/commit-analyzer": "13.0.1",
|
2024-07-09 02:10:50 +02:00
|
|
|
"@semantic-release/git": "10.0.1",
|
2025-05-05 21:35:44 +02:00
|
|
|
"@semantic-release/github": "11.0.2",
|
2024-07-09 02:10:50 +02:00
|
|
|
"@semantic-release/npm": "12.0.1",
|
2025-01-13 15:47:17 +01:00
|
|
|
"@semantic-release/release-notes-generator": "14.0.3",
|
2025-04-10 16:14:07 +02:00
|
|
|
"all-node-versions": "13.0.1",
|
2024-10-23 19:40:37 +02:00
|
|
|
"apollo-upload-client": "18.0.1",
|
2024-07-11 03:41:15 +02:00
|
|
|
"clean-jsdoc-theme": "4.3.0",
|
2024-10-10 14:52:37 +02:00
|
|
|
"cross-env": "7.0.3",
|
2018-08-16 11:26:02 -04:00
|
|
|
"deep-diff": "1.0.2",
|
2025-05-29 06:27:54 +02:00
|
|
|
"eslint": "9.27.0",
|
2025-04-15 06:59:58 -05:00
|
|
|
"eslint-plugin-expect-type": "0.6.2",
|
2025-11-22 22:12:34 +01:00
|
|
|
"eslint-plugin-unused-imports": "4.3.0",
|
2025-08-02 10:04:39 +02:00
|
|
|
"form-data": "4.0.4",
|
2025-05-26 17:27:25 +02:00
|
|
|
"globals": "16.2.0",
|
2022-11-11 13:24:48 +11:00
|
|
|
"graphql-tag": "2.12.6",
|
2025-06-06 20:10:17 +02:00
|
|
|
"jasmine": "5.7.1",
|
2021-10-30 19:21:24 +02:00
|
|
|
"jasmine-spec-reporter": "7.0.0",
|
2024-10-24 23:13:17 +02:00
|
|
|
"jsdoc": "4.0.4",
|
2019-02-28 14:12:33 -06:00
|
|
|
"jsdoc-babel": "0.5.0",
|
2025-06-05 11:56:27 +02:00
|
|
|
"lint-staged": "16.1.0",
|
2025-04-14 18:43:05 +01:00
|
|
|
"m": "1.9.1",
|
2024-10-08 14:08:35 +02:00
|
|
|
"madge": "8.0.0",
|
2021-04-09 17:12:24 +02:00
|
|
|
"mock-files-adapter": "file:spec/dependencies/mock-files-adapter",
|
2021-06-04 19:55:00 -04:00
|
|
|
"mock-mail-adapter": "file:spec/dependencies/mock-mail-adapter",
|
2025-09-30 13:42:51 +02:00
|
|
|
"mongodb-runner": "5.9.3",
|
2024-03-29 13:19:41 +01:00
|
|
|
"node-abort-controller": "3.1.1",
|
2023-01-06 23:39:02 +11:00
|
|
|
"node-fetch": "3.2.10",
|
2024-11-01 13:32:01 +01:00
|
|
|
"nyc": "17.1.0",
|
2021-02-07 23:16:46 +01:00
|
|
|
"prettier": "2.0.5",
|
2025-05-29 22:30:46 +02:00
|
|
|
"semantic-release": "24.2.5",
|
2025-04-30 02:03:51 +01:00
|
|
|
"typescript": "5.8.3",
|
2025-06-05 14:44:44 +02:00
|
|
|
"typescript-eslint": "8.33.1",
|
2025-05-15 14:25:58 +02:00
|
|
|
"yaml": "2.8.0"
|
2016-01-28 10:58:12 -08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2021-09-14 16:29:56 +02:00
|
|
|
"ci:check": "node ./ci/ciCheck.js",
|
|
|
|
|
"ci:checkNodeEngine": "node ./ci/nodeEngineCheck.js",
|
2022-12-17 23:15:23 +11:00
|
|
|
"ci:definitionsCheck": "node ./ci/definitionsCheck.js",
|
2021-02-04 19:33:18 +11:00
|
|
|
"definitions": "node ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'",
|
2018-08-09 16:20:13 -04:00
|
|
|
"docs": "jsdoc -c ./jsdoc-conf.json",
|
2025-02-02 01:32:43 +11:00
|
|
|
"lint": "eslint --cache ./ --flag unstable_config_lookup_from_file",
|
|
|
|
|
"lint-fix": "eslint --fix --cache ./ --flag unstable_config_lookup_from_file",
|
2025-01-30 11:45:35 +11:00
|
|
|
"build": "babel src/ -d lib/ --copy-files --extensions '.ts,.js'",
|
|
|
|
|
"build:types": "tsc",
|
2018-07-02 23:30:14 -04:00
|
|
|
"watch": "babel --watch src/ -d lib/ --copy-files",
|
2025-04-15 06:59:58 -05:00
|
|
|
"watch:ts": "tsc --watch",
|
2025-09-30 13:42:51 +02:00
|
|
|
"test:mongodb:6.0.19": "MONGODB_VERSION=6.0.19 npm run test",
|
|
|
|
|
"test:mongodb:7.0.16": "MONGODB_VERSION=7.0.16 npm run test",
|
|
|
|
|
"test:mongodb:8.0.4": "MONGODB_VERSION=8.0.4 npm run test",
|
2024-06-30 03:34:08 +02:00
|
|
|
"test:postgres:testonly": "cross-env PARSE_SERVER_TEST_DB=postgres PARSE_SERVER_TEST_DATABASE_URI=postgres://postgres:password@localhost:5432/parse_server_postgres_adapter_test_database npm run testonly",
|
2025-01-12 01:44:10 +01:00
|
|
|
"testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine",
|
2025-09-30 13:42:51 +02:00
|
|
|
"test": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner exec -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017 -- npm run testonly",
|
2025-04-15 06:59:58 -05:00
|
|
|
"test:types": "eslint types/tests.ts -c ./types/eslint.config.mjs",
|
2025-09-30 13:42:51 +02:00
|
|
|
"coverage:mongodb": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner exec -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017 -- npm run coverage",
|
2025-01-12 01:44:10 +01:00
|
|
|
"coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 nyc jasmine",
|
2016-03-04 09:40:47 -05:00
|
|
|
"start": "node ./bin/parse-server",
|
2021-08-14 05:55:30 -04:00
|
|
|
"prettier": "prettier --write {src,spec}/{**/*,*}.js",
|
2018-05-18 15:49:00 -04:00
|
|
|
"prepare": "npm run build",
|
2021-04-08 03:47:57 +02:00
|
|
|
"postinstall": "node -p 'require(\"./postinstall.js\")()'",
|
2025-11-08 21:21:43 +01:00
|
|
|
"madge:circular": "node_modules/.bin/madge ./src --circular",
|
|
|
|
|
"benchmark": "cross-env MONGODB_VERSION=8.0.4 MONGODB_TOPOLOGY=standalone mongodb-runner exec -t standalone --version 8.0.4 -- --port 27017 -- npm run benchmark:only",
|
|
|
|
|
"benchmark:only": "node benchmark/performance.js",
|
|
|
|
|
"benchmark:quick": "cross-env BENCHMARK_ITERATIONS=10 npm run benchmark:only"
|
2016-01-29 11:51:34 -08:00
|
|
|
},
|
2025-01-30 11:45:35 +11:00
|
|
|
"types": "types/index.d.ts",
|
2016-01-29 11:51:34 -08:00
|
|
|
"engines": {
|
2025-12-12 17:38:50 +01:00
|
|
|
"node": ">=20.19.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.11.0 <25.0.0"
|
2016-02-03 17:00:10 -05:00
|
|
|
},
|
|
|
|
|
"bin": {
|
2020-12-08 00:45:51 +01:00
|
|
|
"parse-server": "bin/parse-server"
|
2016-08-19 16:53:57 -04:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
2024-12-10 22:15:49 +01:00
|
|
|
"@node-rs/bcrypt": "1.10.7"
|
2017-10-27 10:26:05 +09:00
|
|
|
},
|
|
|
|
|
"collective": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parse-server",
|
|
|
|
|
"logo": "https://opencollective.com/parse-server/logo.txt?reverse=true&variant=binary"
|
2018-09-01 13:58:06 -04:00
|
|
|
},
|
2019-11-06 17:55:04 +00:00
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parse-server"
|
|
|
|
|
},
|
2018-09-01 13:58:06 -04:00
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"lint-staged": {
|
2020-10-25 15:06:58 -05:00
|
|
|
"{src,spec}/{**/*,*}.js": [
|
2018-09-01 13:58:06 -04:00
|
|
|
"prettier --write",
|
2020-04-06 22:50:33 +05:30
|
|
|
"eslint --fix --cache",
|
2018-09-01 13:58:06 -04:00
|
|
|
"git add"
|
|
|
|
|
]
|
2016-01-28 10:58:12 -08:00
|
|
|
}
|
2021-02-07 23:16:46 +01:00
|
|
|
}
|