UNPKG

@burgan-tech/vnext-template

Version:

vNext template package with domain-based workflow components and schema validation

55 lines (54 loc) 1.27 kB
{ "name": "@burgan-tech/vnext-template", "version": "0.0.3", "description": "vNext template package with domain-based workflow components and schema validation", "main": "index.js", "scripts": { "test": "node test.js", "validate": "node validate.js", "build": "echo 'Build completed - package is ready'", "prepublishOnly": "npm run validate" }, "keywords": [ "vnext", "workflow", "template", "schema", "domain-driven", "burgan-tech", "process-automation" ], "author": "Burgan Tech Team <dev@burgan-tech.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/burgan-tech/vnext-template.git" }, "bugs": { "url": "https://github.com/burgan-tech/vnext-template/issues" }, "homepage": "https://github.com/burgan-tech/vnext-template#readme", "files": [ "index.js", "{domainName}/", "vnext.config.json", "README.md", "package.json", "CHANGELOG.md", "LICENSE", "test.js", "validate.js", "test-domain-detection.sh", ".cursorrules", ".gitignore", ".gitattributes" ], "engines": { "node": ">=16.0.0" }, "dependencies": {}, "devDependencies": { "ajv": "^8.12.0", "ajv-formats": "^2.1.1" } }