mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
Bumps the npm_and_yarn group in /apps/OpenSignServer with 2 updates: [parse-server](https://github.com/parse-community/parse-server) and [ws](https://github.com/websockets/ws). Updates `parse-server` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/parse-community/parse-server/releases) - [Changelog](https://github.com/parse-community/parse-server/blob/alpha/CHANGELOG.md) - [Commits](https://github.com/parse-community/parse-server/compare/7.0.0...7.1.0) Updates `ws` from 7.5.9 to 7.5.10 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10) --- updated-dependencies: - dependency-name: parse-server dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ws dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"name": "open_sign_server",
|
|
"version": "1.4.0",
|
|
"description": "An example Parse API server using the parse-server module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ParsePlatform/parse-server-example"
|
|
},
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"coverage": "TESTING=true nyc jasmine",
|
|
"lint": "eslint --cache ./cloud && eslint --cache index.js && eslint --cache ./spec",
|
|
"lint-fix": "eslint --cache --fix ./cloud && eslint --cache --fix index.js && eslint --cache --fix ./spec",
|
|
"prettier": "prettier --write '{cloud,spec}/{**/*,*}.js' 'index.js'",
|
|
"start": "node index.js",
|
|
"test": "mongodb-runner start && TESTING=true jasmine",
|
|
"watch": "nodemon index.js"
|
|
},
|
|
"dependencies": {
|
|
"@parse/fs-files-adapter": "^3.0.0",
|
|
"@parse/s3-files-adapter": "^2.2.0",
|
|
"@signpdf/placeholder-pdf-lib": "^3.2.4",
|
|
"@signpdf/signer-p12": "^3.2.4",
|
|
"@signpdf/signpdf": "^3.2.4",
|
|
"aws-sdk": "^2.1625.0",
|
|
"axios": "^1.7.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"express-sse": "^0.5.3",
|
|
"form-data": "^4.0.0",
|
|
"generate-api-key": "^1.0.2",
|
|
"googleapis": "^134.0.0",
|
|
"jsonschema": "^1.4.1",
|
|
"mailgun.js": "^10.2.1",
|
|
"mongoose": "^8.4.1",
|
|
"multer": "^1.4.5-lts.1",
|
|
"multer-s3": "^3.0.1",
|
|
"node-forge": "^1.3.1",
|
|
"nodemailer": "^6.9.13",
|
|
"parse": "^5.1.0",
|
|
"parse-dbtool": "^1.2.0",
|
|
"parse-server": "^7.1.0",
|
|
"parse-server-api-mail-adapter": "^3.1.1",
|
|
"pdf-lib": "^1.17.1",
|
|
"posthog-node": "^4.0.1"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.24.7",
|
|
"eslint": "^9.3.0",
|
|
"jasmine": "^5.1.0",
|
|
"mongodb-runner": "^5.6.2",
|
|
"nodemon": "^3.1.3",
|
|
"nyc": "15.1.0",
|
|
"prettier": "^3.3.2",
|
|
"uglify-js": "^3.17.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.22.10 <21"
|
|
}
|
|
}
|