@cbnsndwch/ghl-app-contracts
Version:
Data contracts for GHL Marketplace apps
57 lines (56 loc) • 1.68 kB
JSON
{
"name": "@cbnsndwch/ghl-app-contracts",
"description": "Data contracts for GHL Marketplace apps",
"version": "0.3.6",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"author": {
"name": "Sergio Leon",
"url": "https://www.cbnsndwch.io"
},
"keywords": [
"ghl",
"highlevel",
"cbnsndwch"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/cbnsndwch/ghl-app-template.git",
"directory": "libs/contracts"
},
"scripts": {
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
"prebuild": "rimraf lib",
"build": "tsc -b tsconfig.json",
"watch": "tsc -b tsconfig.json -w",
"prepublish": "yarn build --force",
"pub": "npm publish",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint \"src/**/*\"",
"lint:fix": "eslint \"{src,test}/**/*\" --fix"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"mongoose": "^8.4.0",
"prettier": "^3.2.5",
"rimraf": "5.0.7",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5"
}
}