@corbado/types
Version:
Comprehensive TypeScript type definitions to seamlessly integrate with Corbado. Designed to empower developers with strong typing for enhanced code quality and autocompletion in supported IDEs. Perfect for ensuring type safety and consistency across JavaS
59 lines (58 loc) • 1.51 kB
JSON
{
"name": "@corbado/types",
"version": "3.0.2",
"description": "Comprehensive TypeScript type definitions to seamlessly integrate with Corbado. Designed to empower developers with strong typing for enhanced code quality and autocompletion in supported IDEs. Perfect for ensuring type safety and consistency across JavaScript and TypeScript projects.",
"keywords": [
"TypeScript",
"Type",
"Definitions",
"Corbado",
"Autocompletion",
"Code",
"Quality",
"Strong",
"Typing",
"Developer",
"Tools",
"Intellisense",
"Shared",
"Types",
"Type",
"Safety",
"JavaScript",
"Frontend",
"Development",
"API",
"Types"
],
"author": "Abdullah Shahbaz <abdullah_ghani@live.com>",
"homepage": "https://github.com/corbado/javascript#readme",
"license": "ISC",
"main": "dist/index.d.ts",
"types": "dist/index.d.ts",
"module": "dist/index.d.ts",
"directories": {
"lib": "dist"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corbado/javascript.git"
},
"scripts": {
"clean": "rimraf dist",
"lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"build": "npm run clean && tsc -b",
"build:dev": "npm run build"
},
"bugs": {
"url": "https://github.com/corbado/javascript/issues"
},
"gitHead": "1b5bf1ca503e08ae0dab3be25f319bd1b281a212"
}