UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

87 lines (86 loc) 2.42 kB
{ "name": "@foal/core", "version": "5.0.1", "description": "Full-featured Node.js framework, with no complexity", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "test": "mocha --parallel --require ts-node/register --require source-map-support/register \"./src/**/*.spec.ts\"", "dev:test": "mocha --require ts-node/register --watch --extension ts \"./src/**/*.spec.ts\"", "dev:test:common": "mocha --require ts-node/register --watch --extension ts \"./src/common/**/*.spec.ts\"", "dev:test:core": "mocha --require ts-node/register --watch --extension ts \"./src/core/**/*.spec.ts\"", "dev:test:express": "mocha --require ts-node/register --watch --extension ts \"./src/express/**/*.spec.ts\"", "dev:test:sessions": "mocha --require ts-node/register --watch --extension ts \"./src/sessions/**/*.spec.ts\"", "build": "rimraf lib && node copy-debug-page && tsc -p tsconfig-build.json", "prepublish": "npm run build" }, "funding": { "url": "https://github.com/sponsors/LoicPoullain" }, "engines": { "node": ">=22.0.0" }, "publishConfig": { "access": "public" }, "keywords": [ "TypeScript", "framework", "dependency-injection", "API", "foal", "Nodejs", "nodejs-framework", "auth", "express", "ORM", "REST", "security", "TypeORM", "FoalTS", "typescript-framework", "node", "mvc", "web-framework" ], "bugs": { "url": "https://github.com/FoalTS/foal/issues" }, "repository": { "type": "git", "url": "https://github.com/FoalTS/foal" }, "homepage": "https://github.com/FoalTS", "contributors": [ "Loïc Poullain" ], "license": "MIT", "files": [ "lib/" ], "dependencies": { "ajv": "~8.17.1", "ajv-formats": "~2.1.1", "cookie-parser": "~1.4.7", "express": "~4.21.2", "morgan": "~1.10.0", "reflect-metadata": "~0.2.2" }, "devDependencies": { "@foal/internal-test": "^5.0.1", "@types/mocha": "10.0.10", "@types/node": "22.15.21", "@types/supertest": "6.0.2", "ajv-errors": "~3.0.0", "ejs": "~3.1.10", "mocha": "~11.5.0", "rimraf": "~6.0.1", "source-map-support": "~0.5.21", "supertest": "~7.1.1", "ts-node": "~10.9.2", "twig": "~1.17.1", "typescript": "~5.5.4", "yamljs": "~0.3.0" }, "gitHead": "5f11c13a8e546361616034eaaa6e8c3096b8d9a5" }