@a0dev/types
Version:
Shared TypeScript types for A0 projects
43 lines (42 loc) • 791 B
JSON
{
"name": "@a0dev/types",
"version": "0.1.0-beta.3",
"description": "Shared TypeScript types for A0 projects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./config": {
"types": "./dist/config.d.ts",
"default": "./dist/config.js"
}
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "yarn build",
"watch": "tsc --watch"
},
"keywords": [
"types",
"typescript",
"config",
"a0"
],
"author": "A0 Team",
"license": "MIT",
"dependencies": {
"zod-v4": "npm:zod@^4.0.0"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}