@foal/core
Version:
Full-featured Node.js framework, with no complexity
87 lines (86 loc) • 2.41 kB
JSON
{
"name": "@foal/core",
"version": "5.3.0",
"description": "Full-featured Node.js framework, with no complexity",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "rimraf lib && node copy-debug-page && tsc -p tsconfig.json && mocha --parallel \"./lib/**/*.spec.js\"",
"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.20.0",
"ajv-formats": "~2.1.1",
"cookie-parser": "~1.4.7",
"express": "~4.22.2",
"morgan": "~1.11.0",
"reflect-metadata": "~0.2.2"
},
"devDependencies": {
"@types/mocha": "10.0.10",
"@types/node": "24.13.2",
"@types/supertest": "6.0.3",
"ajv-errors": "~3.0.0",
"ejs": "~3.1.10",
"mocha": "~11.7.6",
"mock-module": "^5.3.0",
"rimraf": "~6.1.3",
"source-map-support": "~0.5.21",
"supertest": "~7.2.2",
"ts-node": "~10.9.2",
"twig": "~1.17.1",
"typescript": "~5.9.3",
"yamljs": "~0.3.0"
},
"gitHead": "3f9d1b95b4dd079965ebe58e24f101d6a9c884e0"
}