@eas-framework/server
Version:
Node.js framework, with a lot of built in features
113 lines (112 loc) • 3.35 kB
JSON
{
"name": "@eas-framework/server",
"version": "1.5.8",
"description": "Node.js framework, with a lot of built in features",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=16.15.1"
},
"scripts": {
"postinstall": "node dist/scripts/install.js || echo 'Package is not built yet'",
"prepare": "[ $CI = true ] || [ -d '.husky/_' ] || husky install",
"build": "node build logs",
"build:ts": "tsc --project production.tsconfig.json",
"test:dist": "node --trace-warnings --inspect=127.0.0.1:9229 tests/core/index.js",
"test": "npm run build && npm run test:dist",
"test:all": "npm run test production",
"test:server": "npm test only-server",
"coverage": "c8 --reporter=lcov npm run test:dist rebuild coverage production",
"semantic-release": "semantic-release"
},
"release": {
"branches": [
"master"
]
},
"repository": {
"type": "git",
"url": "https://github.com/eas-framework/eas-framework.git"
},
"keywords": [
"router",
"backend",
"http",
"framework",
"razor",
"sqlite",
"aspx"
],
"type": "module",
"author": "ido.pluto",
"license": "MIT",
"bugs": {
"url": "https://github.com/eas-framework/eas-framework/issues"
},
"dependencies": {
"@sindresorhus/slugify": "^2.1.0",
"@swc/core": "^1.2.183",
"@tinyhttp/app": "^2.0.20",
"@tinyhttp/cookie-parser": "^2.0.4",
"body-parser": "^1.19.0",
"chalk": "^5.0.1",
"clear-module": "^4.1.2",
"compression": "^1.7.4",
"cookie-encrypter": "^1.0.1",
"express-session": "^1.17.2",
"fast-xml-parser": "^4.0.8",
"formidable": "^3.2.4",
"github-markdown-css": "^5.1.0",
"greenlock-express": "^4.0.3",
"highlight.js": "^11.4.0",
"json5": "^2.2.1",
"markdown-it": "^12.3.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.4.1",
"markdown-it-attrs": "^4.1.3",
"memorystore": "^1.6.7",
"minisearch": "^4.0.3",
"node-html-parser": "^5.3.3",
"prompts": "^2.4.2",
"sass": "^1.52.3",
"selfsigned": "^2.0.1",
"sitemap": "^7.1.1",
"source-map": "^0.8.0-beta.0",
"source-map-js": "^0.6.2",
"source-map-support": "^0.5.20",
"sql.js": "^1.6.2",
"svelte": "^3.48.0",
"uuid": "^8.3.2",
"workerpool": "^6.1.5"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^16.2.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/body-parser": "^1.19.1",
"@types/compression": "^1.7.2",
"@types/express-session": "^1.17.4",
"@types/formidable": "^2.0.0",
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-attrs": "^4.1.0",
"@types/node": "^16.11.6",
"@types/prompts": "^2.0.14",
"@types/sass": "^1.43.1",
"@types/sql.js": "^1.4.3",
"@types/uuid": "^8.3.1",
"@types/workerpool": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"c8": "^7.11.0",
"esbuild-wasm": "^0.19.4",
"fs-extra": "^10.0.0",
"husky": "^7.0.4",
"puppeteer": "^21.3.8",
"reflect-metadata": "^0.1.13",
"semantic-release": "^22.0.5",
"typescript": "^4.6.2"
},
"homepage": "https://eas-framework.ml"
}