{ "name": "@extollo/lib", "version": "0.9.50", "description": "The framework library that lifts up your code.", "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib" }, "dependencies": { "@atao60/fse-cli": "^0.1.6", "@extollo/ui": "^0.1.0", "@types/bcrypt": "^5.0.0", "@types/busboy": "^0.2.3", "@types/cli-table": "^0.3.0", "@types/ioredis": "^4.26.6", "@types/jsonwebtoken": "^8.5.8", "@types/mime-types": "^2.1.0", "@types/mkdirp": "^1.0.1", "@types/negotiator": "^0.6.1", "@types/node": "^14.17.4", "@types/pg": "^8.6.0", "@types/pluralize": "^0.0.29", "@types/pug": "^2.0.4", "@types/rimraf": "^3.0.0", "@types/ssh2": "^0.5.46", "@types/uuid": "^8.3.0", "bcrypt": "^5.0.1", "busboy": "^0.3.1", "cli-table": "^0.3.6", "colors": "^1.4.0", "dotenv": "^8.2.0", "ioredis": "^4.27.6", "jsonwebtoken": "^8.5.1", "mime-types": "^2.1.31", "mkdirp": "^1.0.4", "negotiator": "^0.6.2", "node-fetch": "^3", "pg": "^8.6.0", "pluralize": "^8.0.0", "pug": "^3.0.2", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "ssh2": "^1.1.0", "ts-node": "^9.1.1", "typedoc": "^0.20.36", "typedoc-plugin-pages-fork": "^0.0.1", "typedoc-plugin-sourcefile-url": "^1.0.6", "typescript": "^4.2.3", "uuid": "^8.3.2", "zod": "^3.11.6" }, "scripts": { "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'", "build": "pnpm run lint && rimraf lib && tsc && fse copy --all --dereference --preserveTimestamps --keepExisting=false --quiet --errorOnExist=false src/resources lib/resources", "app": "tsc && node lib/index.js", "prepare": "pnpm run build", "docs:build": "typedoc --options typedoc.json", "docs:build:docker": "pnpm run docs:build && docker image build docs -t ${DOCKER_REGISTRY}/extollo/docs:latest && docker push ${DOCKER_REGISTRY}/extollo/docs:latest", "lint": "eslint . --ext .ts", "lint:fix": "eslint --fix . --ext .ts" }, "files": [ "lib/**/*" ], "prepare": "npm run build", "postversion": "git push && git push --tags", "repository": { "type": "git", "url": "https://code.garrettmills.dev/extollo/lib" }, "author": "garrettmills ", "license": "MIT", "devDependencies": { "@types/chai": "^4.2.22", "@types/mocha": "^9.0.0", "@types/sinon": "^10.0.6", "@types/wtfnode": "^0.7.0", "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", "chai": "^4.3.4", "eslint": "^7.27.0", "mocha": "^9.1.3", "sinon": "^12.0.1", "wtfnode": "^0.9.1" }, "extollo": { "discover": true, "units": { "discover": false }, "recursiveDependencies": { "discover": true } } }