UNPKG

@cbnsndwch/ghl-app-contracts

Version:

Data contracts for GHL Marketplace apps

60 lines 1.33 kB
{ "name": "@cbnsndwch/ghl-app-contracts", "description": "Data contracts for GHL Marketplace apps", "version": "0.5.2", "type": "module", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "author": { "name": "Sergio Leon", "url": "https://www.cbnsndwch.io" }, "keywords": [ "ghl", "highlevel", "cbnsndwch" ], "repository": { "type": "git", "url": "https://github.com/cbnsndwch/ghl-sdk.git", "directory": "libs/contracts" }, "devDependencies": { "@types/node": "22.19.11", "globals": "17.4.0", "mongoose": "9.3.3", "rimraf": "6.1.3", "source-map-support": "0.5.21", "tsconfig-paths": "4.2.0", "tsup": "8.5.1", "typescript": "5.9.3" }, "files": [ "dist", "README.md" ], "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "engines": { "node": ">=22" }, "scripts": { "clean": "rimraf dist", "build": "tsc -b tsconfig.json", "watch": "tsc -b tsconfig.json -w", "prepublish": "pnpm build --force", "pub": "npm publish", "format": "oxfmt --write src", "lint": "oxlint ./src", "lint:fix": "oxlint ./src --fix" } }