UNPKG

@curatedotfun/types

Version:
34 lines (33 loc) 673 B
{ "name": "@curatedotfun/types", "version": "0.0.6", "description": "Type definitions for curatedotfun plugins", "types": "./dist/index.d.ts", "license": "MIT", "publishConfig": { "access": "public" }, "files": [ "dist", "package.json" ], "repository": { "type": "git", "url": "https://github.com/potlock/curatedotfun-plugins.git", "directory": "packages/types" }, "keywords": [ "curatedotfun", "types", "typescript" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "lint": "tsc --noEmit" }, "devDependencies": { "@curatedotfun/utils": "workspace:*", "typescript": "^5.0.0" } }