@boostercloud/metadata-booster
Version:
Emits detailed metadata of your types. You can then get it in runtime to deal with schema-aware operation, like defining GraphQL schemas, ORM operations, etc.
58 lines • 1.69 kB
JSON
{
"name": "@boostercloud/metadata-booster",
"version": "4.0.2",
"description": "Emits detailed metadata of your types. You can then get it in runtime to deal with schema-aware operation, like defining GraphQL schemas, ORM operations, etc.",
"repository": "https://github.com/boostercloud/booster.git",
"keywords": [
"metadata",
"transformer",
"booster",
"reflect"
],
"author": "Boosterin Labs SLU",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/boostercloud/booster/issues"
},
"homepage": "https://github.com/boostercloud/booster#readme",
"main": "dist/index.js",
"files": [
"dist"
],
"engines": {
"node": ">=22.0.0 <23.0.0"
},
"dependencies": {
"reflect-metadata": "0.1.13",
"ts-morph": "^25.0.1",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "3.4.0",
"@boostercloud/eslint-config": "^4.0.2",
"@types/node": "^20.17.17",
"ts-node": "^10.9.1",
"ts-patch": "3.3.0",
"typescript": "5.7.3",
"prettier": "2.3.0",
"sinon": "9.2.3",
"rimraf": "^5.0.0",
"eslint-plugin-unicorn": "~44.0.2"
},
"scripts": {
"lint:check": "eslint --ext '.js,.ts' **/*.ts",
"lint:fix": "eslint --quiet --fix --ext '.js,.ts' **/*.ts",
"build": "tsc -b tsconfig.json",
"clean": "rimraf ./dist tsconfig.tsbuildinfo",
"test": "tsc -p tsconfig.test.json"
}
}