UNPKG

formio

Version:

The formio server application.

106 lines 2.9 kB
{ "name": "formio", "version": "4.5.5", "description": "The formio server application.", "license": "OSL-3.0", "main": "index.js", "author": "support@form.io", "engines": { "node": ">=20.0.0 <22.0.0" }, "schema": "3.1.4", "templateVersion": "2.0.0", "dependencies": { "@formio/node-fetch-http-proxy": "^1.1.0", "JSONStream": "^1.3.5", "adm-zip": "^0.5.9", "async": "^3.2.4", "bcryptjs": "^2.4.3", "body-parser": "^1.20.1", "chance": "^1.1.8", "clone": "^2.1.2", "colors": "^1.4.0", "config": "^3.3.7", "cors": "^2.8.5", "csv": "^6.1.3", "debug": "^4.3.4", "delete-property": "0.0.4", "eslint-config-formio": "^1.1.2", "event-chain": "^0.0.1", "expose-gc": "^1.0.0", "express": "^4.21.1", "fast-json-patch": "^3.1.1", "fs-extra": "^10.1.0", "html-entities": "^2.3.3", "inputmask": "^5.0.8", "inquirer": "^12.6.1", "jsdom": "^26.1.0", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.21", "memory-cache": "^0.2.0", "moment": "^2.29.3", "moment-timezone": "^0.5.34", "mongodb": "^6.13.1", "mongoose": "^8.11.0", "nanoid": "3", "nodemailer": "^6.8.0", "nunjucks": "^3.2.4", "progress": "^2.0.3", "q": "^1.5.0", "resolve": "^1.22.8", "resourcejs": "2.6.1", "semver": "^7.3.8", "superagent-retry": "^0.6.0", "through": "^2.3.8", "vanilla-text-mask": "^5.1.1", "@formio/core": "^2.5.2", "@formio/js": "^5.2.3", "@formio/vm": "^2.0.0" }, "devDependencies": { "eslint": "^8.25.0", "mocha": "^10.0.0", "nodemon": "^2.0.20", "nock": "^13.2.8", "nyc": "^17.0.0", "pre-commit": "^1.2.2", "superagent-use": "^0.1.0", "supertest": "^6.3.0", "supertest-capture-error": "^1.0.0", "terser-webpack-plugin": "^5.3.14", "webpack": "^5.99.5", "webpack-cli": "^6.0.1" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/formio/formio.git" }, "keywords": [ "Form.io", "nodejs" ], "bugs": { "url": "https://github.com/formio/formio/issues" }, "homepage": "https://github.com/formio/formio#readme", "pre-commit": [ "lint" ], "ossRepo": { "repo": "https://github.com/formio/formio.git", "srcPath": "." }, "scripts": { "test": "TEST_SUITE=1 mocha test/test.js -b -t 60000 --no-node-snapshot --trace-warnings --exit", "coverage": "TEST_SUITE=1 nyc --reporter=lcov --reporter=text --reporter=text-summary mocha test/test.js -b -t 60000 --no-node-snapshot --exit", "start": "node --no-node-snapshot main.js", "start:dev": "nodemon --no-node-snapshot main.js", "lint": "eslint .", "build:vm": "webpack --config src/vm/webpack.vm.config.js", "show-coverage": "open coverage/lcov-report/index.html", "build": "npm run build:vm" } }