2021-03-02 18:57:41 -06:00
|
|
|
{
|
|
|
|
|
"name": "@extollo/lib",
|
2022-07-14 01:15:53 -05:00
|
|
|
"version": "0.11.0",
|
2021-03-02 18:57:41 -06:00
|
|
|
"description": "The framework library that lifts up your code.",
|
|
|
|
|
"main": "lib/index.js",
|
|
|
|
|
"types": "lib/index.d.ts",
|
|
|
|
|
"directories": {
|
|
|
|
|
"lib": "lib"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-07-07 20:13:23 -05:00
|
|
|
"@atao60/fse-cli": "^0.1.6",
|
2021-11-27 00:10:48 -06:00
|
|
|
"@extollo/ui": "^0.1.0",
|
2021-06-05 12:02:36 -05:00
|
|
|
"@types/bcrypt": "^5.0.0",
|
2021-03-30 21:15:39 -05:00
|
|
|
"@types/busboy": "^0.2.3",
|
2021-06-17 19:35:31 -05:00
|
|
|
"@types/cli-table": "^0.3.0",
|
2021-08-23 23:51:53 -05:00
|
|
|
"@types/ioredis": "^4.26.6",
|
2022-03-29 01:14:46 -05:00
|
|
|
"@types/jsonwebtoken": "^8.5.8",
|
2021-07-07 20:13:23 -05:00
|
|
|
"@types/mime-types": "^2.1.0",
|
2021-06-01 20:59:40 -05:00
|
|
|
"@types/mkdirp": "^1.0.1",
|
2021-03-08 10:07:10 -06:00
|
|
|
"@types/negotiator": "^0.6.1",
|
2021-07-07 20:13:23 -05:00
|
|
|
"@types/node": "^14.17.4",
|
2021-06-01 20:59:40 -05:00
|
|
|
"@types/pg": "^8.6.0",
|
|
|
|
|
"@types/pluralize": "^0.0.29",
|
2021-03-08 18:07:55 -06:00
|
|
|
"@types/pug": "^2.0.4",
|
2021-06-01 20:59:40 -05:00
|
|
|
"@types/rimraf": "^3.0.0",
|
|
|
|
|
"@types/ssh2": "^0.5.46",
|
2021-06-01 21:09:47 -05:00
|
|
|
"@types/uuid": "^8.3.0",
|
2022-07-13 21:35:18 -05:00
|
|
|
"@types/ws": "^8.5.3",
|
2021-06-05 12:02:36 -05:00
|
|
|
"bcrypt": "^5.0.1",
|
2021-03-30 21:15:39 -05:00
|
|
|
"busboy": "^0.3.1",
|
2021-06-17 19:35:31 -05:00
|
|
|
"cli-table": "^0.3.6",
|
2021-03-29 13:53:57 -05:00
|
|
|
"colors": "^1.4.0",
|
2021-03-02 18:57:41 -06:00
|
|
|
"dotenv": "^8.2.0",
|
2021-08-23 23:51:53 -05:00
|
|
|
"ioredis": "^4.27.6",
|
2022-03-29 01:14:46 -05:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2021-07-07 20:13:23 -05:00
|
|
|
"mime-types": "^2.1.31",
|
2021-06-01 20:59:40 -05:00
|
|
|
"mkdirp": "^1.0.4",
|
2021-03-08 10:07:10 -06:00
|
|
|
"negotiator": "^0.6.2",
|
2021-10-18 12:48:16 -05:00
|
|
|
"node-fetch": "^3",
|
2021-06-01 20:59:40 -05:00
|
|
|
"pg": "^8.6.0",
|
|
|
|
|
"pluralize": "^8.0.0",
|
2021-03-08 18:07:55 -06:00
|
|
|
"pug": "^3.0.2",
|
2021-06-01 21:09:47 -05:00
|
|
|
"reflect-metadata": "^0.1.13",
|
2021-06-01 20:59:40 -05:00
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
|
"ssh2": "^1.1.0",
|
2021-03-22 19:19:35 -05:00
|
|
|
"ts-node": "^9.1.1",
|
2021-06-01 21:32:24 -05:00
|
|
|
"typedoc": "^0.20.36",
|
|
|
|
|
"typedoc-plugin-pages-fork": "^0.0.1",
|
|
|
|
|
"typedoc-plugin-sourcefile-url": "^1.0.6",
|
2021-06-01 21:09:47 -05:00
|
|
|
"typescript": "^4.2.3",
|
2022-01-14 01:04:13 -06:00
|
|
|
"uuid": "^8.3.2",
|
2022-07-13 21:35:18 -05:00
|
|
|
"ws": "^8.8.0",
|
2022-01-14 01:04:13 -06:00
|
|
|
"zod": "^3.11.6"
|
2021-03-02 18:57:41 -06:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2021-11-26 14:31:59 -06:00
|
|
|
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'",
|
2021-09-21 22:25:51 -05:00
|
|
|
"build": "pnpm run lint && rimraf lib && tsc && fse copy --all --dereference --preserveTimestamps --keepExisting=false --quiet --errorOnExist=false src/resources lib/resources",
|
2021-03-30 22:15:57 -05:00
|
|
|
"app": "tsc && node lib/index.js",
|
2021-06-01 21:32:24 -05:00
|
|
|
"prepare": "pnpm run build",
|
2021-06-02 22:36:25 -05:00
|
|
|
"docs:build": "typedoc --options typedoc.json",
|
2022-06-25 21:10:15 -05:00
|
|
|
"docs:build:docker": "pnpm run docs:build && docker image build docs -t ${DOCKER_REGISTRY}/extollo/docs:latest && docker push ${DOCKER_REGISTRY}/extollo/docs:latest",
|
2021-06-02 22:36:25 -05:00
|
|
|
"lint": "eslint . --ext .ts",
|
|
|
|
|
"lint:fix": "eslint --fix . --ext .ts"
|
2021-03-02 18:57:41 -06:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"lib/**/*"
|
|
|
|
|
],
|
|
|
|
|
"prepare": "npm run build",
|
|
|
|
|
"postversion": "git push && git push --tags",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://code.garrettmills.dev/extollo/lib"
|
|
|
|
|
},
|
|
|
|
|
"author": "garrettmills <shout@garrettmills.dev>",
|
2021-06-02 22:36:25 -05:00
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2021-11-26 14:31:59 -06:00
|
|
|
"@types/chai": "^4.2.22",
|
|
|
|
|
"@types/mocha": "^9.0.0",
|
|
|
|
|
"@types/sinon": "^10.0.6",
|
2022-03-29 02:30:48 -05:00
|
|
|
"@types/wtfnode": "^0.7.0",
|
2021-06-02 22:36:25 -05:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
|
|
|
|
"@typescript-eslint/parser": "^4.26.0",
|
2021-11-26 14:31:59 -06:00
|
|
|
"chai": "^4.3.4",
|
|
|
|
|
"eslint": "^7.27.0",
|
|
|
|
|
"mocha": "^9.1.3",
|
2022-03-29 02:30:48 -05:00
|
|
|
"sinon": "^12.0.1",
|
|
|
|
|
"wtfnode": "^0.9.1"
|
2021-07-02 21:45:15 -05:00
|
|
|
},
|
|
|
|
|
"extollo": {
|
|
|
|
|
"discover": true,
|
|
|
|
|
"units": {
|
|
|
|
|
"discover": false
|
2021-11-27 00:10:48 -06:00
|
|
|
},
|
|
|
|
|
"recursiveDependencies": {
|
|
|
|
|
"discover": true
|
2021-07-02 21:45:15 -05:00
|
|
|
}
|
2021-06-02 22:36:25 -05:00
|
|
|
}
|
2021-03-02 18:57:41 -06:00
|
|
|
}
|