UNPKG

@camunda/zeebe-element-templates-json-schema

Version:
30 lines (29 loc) 1.04 kB
{ "name": "@camunda/zeebe-element-templates-json-schema", "version": "0.35.0", "description": "JSON Schema for (Zeebe) Element Templates", "files": [ "resources" ], "scripts": { "test": "mocha --reporter=spec --recursive test/spec", "test:integration": "mocha --reporter=spec --recursive test/integration", "dev": "npm run test -- --watch", "all": "run-s build test", "build": "run-s build:error-messages build:schema", "build:error-messages": "node ../../tasks/generate-error-messages.js --input=./src/error-messages.json --output=./resources/error-messages.json", "build:schema": "node ../../tasks/generate-schema.js --input=./src/schema.json --output=./resources/schema.json", "prepare": "run-s build" }, "repository": { "type": "git", "url": "git+https://github.com/camunda/element-templates-json-schema.git", "directory": "packages/zeebe-element-templates-json-schema" }, "keywords": [ "json-schema", "element-templates", "camunda" ], "license": "MIT" }