@eventcatalog/license
Version:
License verification for EventCatalog
58 lines • 1.29 kB
JSON
{
"name": "@eventcatalog/license",
"version": "0.0.7",
"description": "License verification for EventCatalog",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/eventcatalog/license.git"
},
"bugs": {
"url": "https://github.com/eventcatalog/license/issues"
},
"files": [
"dist",
"package.json",
"README.md"
],
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.6.0",
"https-proxy-agent": "^7.0.6",
"jose": "^5.9.0"
},
"devDependencies": {
"@changesets/cli": "^2.29.6",
"@types/jest": "^30.0.0",
"@types/node": "^20.0.0",
"jest": "^29.7.0",
"prettier": "^3.6.2",
"ts-jest": "^29.4.1",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"eventcatalog",
"license",
"jwt",
"verification",
"offline"
],
"author": "EventCatalog Ltd",
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -p tsconfig.json --watch",
"format": "prettier --write .",
"format:diff": "prettier --list-different .",
"changeset": "changeset",
"release": "changeset publish"
}
}