mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
Bumps [posthog-node](https://github.com/PostHog/posthog-js-lite/tree/HEAD/posthog-node) from 4.0.1 to 4.1.1. - [Release notes](https://github.com/PostHog/posthog-js-lite/releases) - [Changelog](https://github.com/PostHog/posthog-js-lite/blob/main/posthog-node/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js-lite/commits/posthog-node-v4.1.1/posthog-node) --- updated-dependencies: - dependency-name: posthog-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
68 lines
1.9 KiB
JSON
68 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",
|
|
"@pdf-lib/fontkit": "^1.1.1",
|
|
"@signpdf/placeholder-pdf-lib": "^3.2.4",
|
|
"@signpdf/signer-p12": "^3.2.4",
|
|
"@signpdf/signpdf": "^3.2.4",
|
|
"aws-sdk": "^2.1681.0",
|
|
"axios": "^1.7.4",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"form-data": "^4.0.0",
|
|
"generate-api-key": "^1.0.2",
|
|
"googleapis": "^140.0.1",
|
|
"jsonschema": "^1.4.1",
|
|
"mailgun.js": "^10.2.3",
|
|
"mongoose": "^8.5.3",
|
|
"multer": "^1.4.5-lts.1",
|
|
"multer-s3": "^3.0.1",
|
|
"node-forge": "^1.3.1",
|
|
"nodemailer": "^6.9.14",
|
|
"parse": "^5.3.0",
|
|
"parse-dbtool": "^1.2.0",
|
|
"parse-server": "^7.2.0",
|
|
"parse-server-api-mail-adapter": "^4.0.0",
|
|
"pdf-lib": "^1.17.1",
|
|
"posthog-node": "^4.1.1",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.25.1",
|
|
"eslint": "^9.9.0",
|
|
"jasmine": "^5.2.0",
|
|
"mongodb-runner": "^5.6.5",
|
|
"nodemon": "^3.1.4",
|
|
"nyc": "^17.0.0",
|
|
"prettier": "^3.3.3"
|
|
},
|
|
"overrides": {
|
|
"ws": "$ws",
|
|
"parse": "$parse"
|
|
},
|
|
"engines": {
|
|
"node": "18 || 20 || 22"
|
|
}
|
|
}
|