UNPKG

@servable/server

Version:
98 lines (97 loc) 2.69 kB
{ "name": "@servable/server", "type": "module", "source": "src/index.js", "main": "src/index.js", "version": "1.10.0", "description": "Servable server", "author": "Servable Community", "license": "ISC", "bugs": { "url": "https://github.com/servable-core/server/issues" }, "homepage": "https://github.com/servable-core/server#readme", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "publishConfig": { "access": "public" }, "scripts": { "test_": "echo \"Error: no test specified\" && exit 1", "semantic-release": "semantic-release", "acp": "git add . && npm run commit && git push", "commit": "git-cz", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepare_": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", "test:lint": "eslint .", "test:unit_": "cross-env CI=1 react-scripts test --env=jsdom", "test:unit": "yarn node --require=dotenv/config --experimental-vm-modules --experimental-specifier-resolution=node $(yarn bin jest) --config ./jest.config.json", "test:watch": "react-scripts test --env=jsdom" }, "repository": { "type": "git", "url": "https://github.com/servable-core/server.git" }, "keywords": [ "servable", "adapter" ], "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "dependencies": { "@servable/tools": "^1.6.2", "agenda": "*", "axios": "^1.7.2", "docker-compose": "0.24.1", "ejs": "^3.1.10", "get-port": "^6.1.2", "js-sha256": "^0.9.0", "json-diff": "^1.0.6", "keynum": "*", "memory-cache": "^0.2.0", "moment": "*", "mongodb": "^4.13.0", "mongoose": "^6.8.1", "mydockerjs": "^2.14.2", "p-queue": "^8.1.0", "path-sanitizer": "^2.0.0", "semver": "*", "underscore": "^1.13.3", "yaml": "^2.3.0" }, "devDependencies": { "cz-conventional-changelog": "^3.3.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.7.0", "eslint-config-standard": "^14.1.0", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.17.0", "eslint-plugin-standard": "^4.0.1", "husky": "^6.0.0", "javascript-obfuscator": "^4.0.0", "jest": "^29.7.0", "npm-run-all": "^4.1.5", "prettier": "^2.0.4", "semantic-release": "^22.0.0" } }