@camunda/zeebe-element-templates-json-schema
Version:
JSON Schema for (Zeebe) Element Templates
31 lines (30 loc) • 1.1 kB
JSON
{
"name": "@camunda/zeebe-element-templates-json-schema",
"version": "0.27.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",
"gitHead": "847a3bc22a7f5fa05f5e1336afc59a079d720258"
}