@burgan-tech/vnext-template
Version:
vNext template package with domain-based workflow components and schema validation
66 lines (65 loc) • 1.68 kB
JSON
{
"name": "@burgan-tech/vnext-template",
"version": "0.0.6",
"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": "node build.js",
"build:reference": "node build.js -t reference",
"build:runtime": "node build.js -t runtime",
"sync-schema": "node sync-schema-version.js",
"setup": "node setup.js",
"postinstall": "node setup.js && npm run sync-schema",
"prepublishOnly": "npm run sync-schema && npm run validate"
},
"bin": {
"@burgan-tech/vnext-template": "./init.js",
"vnext-template": "./init.js",
"vnext-setup": "./setup.js"
},
"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",
"init.js",
"setup.js",
"build.js",
"{domainName}/",
"vnext.config.json",
"README.md",
"package.json",
"LICENSE",
"validate.js",
"sync-schema-version.js"
],
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@burgan-tech/vnext-schema": "^0.0.23",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1"
},
"dependencies": {
"@burgan-tech/vnext-schema": "^0.0.23"
}
}