@webda/core
Version:
Expose API with Lambda
118 lines (117 loc) • 2.94 kB
JSON
{
"name": "@webda/core",
"version": "3.17.1",
"description": "Expose API with Lambda",
"keywords": [
"aws",
"lamda",
"api gateway"
],
"author": "Remi Cattiau <remi@cattiau.com>",
"repository": "git://github.com/loopingz/webda.io.git",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "tsc-esm",
"build:module": "webda build",
"build:watch": "webda build --watch",
"grammar": "antlr4ts -visitor src/stores/webdaql/WebdaQLLexer.g4 src/stores/webdaql/WebdaQLParser.g4 && yarn run lint:fix",
"pretest": "npm run build",
"lint": "prettier --check src/**/*",
"lint:fix": "prettier --write src/**/*",
"test": "NODE_OPTIONS='--experimental-loader ./hooks.mjs' c8 mocha",
"test:debug": "mocha --no-timeouts"
},
"dependencies": {
"@types/json-schema": "^7.0.8",
"@webda/workout": "^3.2.1",
"accept-language": "^3.0.18",
"ajv": "^8.6.2",
"ajv-formats": "^3.0.1",
"antlr4ts": "^0.5.0-alpha.4",
"bcryptjs": "^2.4.3",
"cookie": "^1.0.1",
"dateformat": "^5.0.3",
"deepmerge-ts": "^5.1.0",
"email-templates": "^11.0.3",
"glob": "^10.0.0",
"global": "^4.4.0",
"json-schema": "^0.4.0",
"jsonc-parser": "^3.0.0",
"jsonpath": "^1.1.1",
"jsonwebtoken": "^9.0.0",
"merge": "^2.1.1",
"mime-types": "^2.1.31",
"mustache": "^4.2.0",
"node-cron": "^3.0.0",
"node-machine-id": "^1.1.12",
"nodemailer": "^6.6.3",
"openapi-types": "^12.0.0",
"pem-jwk": "^2.0.0",
"prom-client": "^15.0.0",
"sanitize-html": "^2.4.0",
"semver": "^7.3.5",
"stream-buffers": "^3.0.2",
"ts-method-cache": "^3.3.1",
"uri-templates": "^0.2.0",
"uuid": "^10.0.0",
"yaml": "^2.0.0"
},
"devDependencies": {
"@testdeck/mocha": "^0.3.2",
"@types/node": "18.11.13",
"@types/nodemailer": "^6.4.4",
"@types/sanitize-html": "^2.9.5",
"@webda/tsc-esm": "^1.3.1",
"antlr4ts-cli": "^0.5.0-alpha.4",
"axios": "^1.1.3",
"c8": "^10.1.2",
"fs-extra": "^11.0.0",
"mocha": "^10.0.0",
"prettier": "^3.0.0",
"sinon": "^18.0.0",
"source-map-support": "^0.5.19",
"ts-node": "^10.1.0",
"typescript": "~5.5.3",
"ws": "^8.13.0"
},
"files": [
"lib",
"test",
"webda.module.json"
],
"c8": {
"report-dir": "./reports",
"reporter": [
"html",
"lcov",
"json",
"text"
],
"exclude": [
"src/test.ts",
"**/*.spec.ts",
"test/**/*",
"*/stores/webdaql/WebdaQL*"
],
"excludeNodeModules": true
},
"homepage": "https://webda.io",
"publishConfig": {
"access": "public"
},
"nx": {
"implicitDependencies": [
"@webda/tsc-esm",
"@webda/workout"
]
},
"webda": {
"namespace": "Webda"
},
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"gitHead": "b9446d5fdc41c055a4b0cebe30892dfd1304f423"
}