@itrocks/class-type
Version:
Helper types and functions to identify, validate, and manipulate classes, objects, prototypes and their properties
51 lines (50 loc) • 1.02 kB
JSON
{
"author": {
"name": "Baptiste Pillot",
"email": "baptiste@pillot.fr"
},
"description": "Helper types and functions to identify, validate, and manipulate classes, objects, prototypes and their properties",
"devDependencies": {
"typescript": "~5.8"
},
"engines": {
"node": ">=18"
},
"exports": {
"import": "./esm/class-type.js",
"require": "./cjs/class-type.js"
},
"homepage": "https://it.rocks",
"files": [
"LICENSE",
"README.md",
"*/*.d.ts",
"*/*.js"
],
"keywords": [
"backend",
"class",
"constructor",
"helper",
"it.rocks",
"object",
"runtime",
"type",
"type validation",
"validate",
"validation"
],
"license": "ISC",
"name": "@itrocks/class-type",
"repository": {
"type": "git",
"url": "git+https://github.com/itrocks-ts/class-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"
},
"types": "./esm/class-type.d.ts",
"version": "0.0.12"
}