UNPKG

@zeplin/extension-model

Version:

Models exposed to Zeplin extensions

66 lines (65 loc) 1.55 kB
{ "name": "@zeplin/extension-model", "description": "Models exposed to Zeplin extensions", "homepage": "https://zeplin.io", "version": "3.0.5", "type": "module", "keywords": [ "zeplin", "extension", "model" ], "license": "MIT", "main": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "typesVersions": { "*": { "*": [ "dist/*" ] } }, "engines": { "node": ">=20" }, "scripts": { "clean": "rm -rf dist zeplin-extension-model.zip", "lint": "eslint ./src", "lint:staged": "lint-staged", "prebuild": "npm run clean && npm run lint", "build": "webpack", "prepare": "husky && npm run build", "delete-github-package-version": "dev-tools delete-github-package-version", "generate-docs": "typedoc", "trunk-release": "dev-tools trunk release", "trunk-start": "dev-tools trunk start" }, "repository": { "type": "git", "url": "https://github.com/zeplin/extension-model.git" }, "files": [ "dist" ], "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@zeplin/dev-tools": "^3.0.5", "@eslint/js": "^9.26.0", "eslint": "^9.26.0", "globals": "^16.1.0", "husky": "^9.1.7", "lint-staged": "^15.5.2", "ts-loader": "^9.5.1", "typedoc": "^0.28.5", "typescript": "^5.4.5", "typescript-eslint": "^8.32.1", "webpack": "^5.99.8", "webpack-cli": "^6.0.1" } }