@itrocks/property-type
Version:
Runtime type reflection from TypeScript declaration files for properties
54 lines (53 loc) • 1.1 kB
JSON
{
"author": {
"name": "Baptiste Pillot",
"email": "baptiste@pillot.fr"
},
"dependencies": {
"@itrocks/class-type": "latest",
"typescript": "~5.8"
},
"description": "Runtime type reflection from TypeScript declaration files for properties",
"devDependencies": {
"@types/node": "^22.10"
},
"engines": {
"node": ">=18"
},
"exports": {
"import": "./esm/property-type.js",
"require": "./cjs/property-type.js"
},
"files": [
"LICENSE",
"README.md",
"*/property-type.d.ts",
"*/property-type.js"
],
"homepage": "https://it.rocks",
"keywords": [
"backend",
"collection",
"it.rocks",
"parse",
"parsing",
"primitive",
"property",
"reflection",
"type",
"utility"
],
"license": "ISC",
"name": "@itrocks/property-type",
"repository": {
"type": "git",
"url": "git+https://github.com/itrocks-ts/property-type.git"
},
"scripts": {
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json && node esm/esm"
},
"types": "./esm/property-type.d.ts",
"version": "0.1.3"
}