@dazejs/framework
Version:
Daze.js - A powerful web framework for Node.js
129 lines (128 loc) • 3.48 kB
JSON
{
"name": "@dazejs/framework",
"version": "5.0.2",
"description": "Daze.js - A powerful web framework for Node.js",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist/*",
"test": "../../node_modules/.bin/jest --verbose --forceExit --detectOpenHandles",
"copy": "copyfiles -u 1 src/**/*.njk dist",
"build": "npm run clean && npm run copy && tsc",
"dev": "npm run clean && npm run copy && tsc -w",
"lint": "tsc --noEmit && eslint \"{src,__tests__}/**/*.{js,ts}\" --quiet --fix",
"test:coverage": "jest --runInBand --forceExit --coverage",
"debugger": "node --inspect-brk --trace-warnings node_modules/.bin/jest --runInBand --no-cache --no-watchman --detectOpenHandles "
},
"keywords": [
"dazejs",
"framework",
"nodejs",
"node",
"api",
"restful",
"es6",
"nodeframework",
"web",
"application",
"http",
"app",
"middleware",
"provider",
"decractor"
],
"author": "Zewail Chan",
"contributors": [
{
"name": "chan zewail",
"email": "chanzewail@gmail.com"
}
],
"homepage": "https://dazejs.org/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dazejs/daze"
},
"bugs": {
"url": "https://github.com/dazejs/daze/issues"
},
"engines": {
"node": ">=10.15.0"
},
"publishConfig": {
"access": "public"
},
"readmeFilename": "README.md",
"peerDependencies": {
"reflect-metadata": ">=0.1.13"
},
"dependencies": {
"@dazejs/trace-page": "2.0.1",
"@types/http-proxy": "^1.17.9",
"@types/is-glob": "^4.0.2",
"@types/micromatch": "^4.0.2",
"@types/nodemailer": "^6.4.7",
"accepts": "1.3.7",
"cache-content-type": "1.0.1",
"co-body": "6.0.0",
"compressible": "2.0.18",
"content-disposition": "0.5.3",
"cookies": "0.8.0",
"crc": "3.8.0",
"csrf": "3.0.6",
"date-fns": "2.12.0",
"debug": "4.1.1",
"form-data": "^4.0.0",
"formidable": "1.2.2",
"fp-ts": "2.7.1",
"glob": "7.1.6",
"http-proxy": "^1.18.1",
"ioredis": "^5.2.4",
"is-glob": "^4.0.3",
"keygrip": "1.1.0",
"micromatch": "^4.0.5",
"mime-types": "2.1.27",
"minimatch": "3.0.4",
"moment-timezone": "^0.5.40",
"mysql2": "^2.2.5",
"nodemailer": "^6.8.0",
"nunjucks": "3.2.1",
"parseurl": "1.3.2",
"path-to-regexp": "5.0.0",
"pluralize": "8.0.0",
"redis": "3.0.2",
"require-main-filename": "2.0.0",
"statuses": "1.5.0",
"string-hash": "1.1.3",
"type-is": "1.6.16",
"underscore.string": "3.3.5",
"uuid": "7.0.3",
"validator": "12.0.0",
"vary": "1.1.2",
"winston": "3.8.2",
"winston-daily-rotate-file": "4.7.1",
"winston-mongodb": "5.1.0"
},
"devDependencies": {
"@types/accepts": "1.3.5",
"@types/co-body": "0.0.3",
"@types/compressible": "2.0.0",
"@types/content-disposition": "0.5.2",
"@types/cookies": "0.7.3",
"@types/crc": "3.4.0",
"@types/csrf": "1.3.2",
"@types/formidable": "1.0.31",
"@types/glob": "7.1.1",
"@types/ioredis": "^5.0.0",
"@types/mime-types": "2.1.0",
"@types/mysql": "2.15.9",
"@types/nunjucks": "3.1.2",
"@types/parseurl": "1.3.1",
"@types/pluralize": "0.0.29",
"@types/redis": "2.8.25",
"@types/statuses": "1.5.0",
"@types/string-hash": "1.1.1",
"@types/underscore.string": "0.0.38"
},
"gitHead": "4d87844d5c3483689a94a63ac992c98ab9ff1224"
}