UNPKG

@tibco-tcstk/component-template

Version:

TIBCO Cloud Composer Component to create Schematics in your TIBCO Cloud Application

56 lines (55 loc) 1.31 kB
{ "name": "@tibco-tcstk/component-template", "version": "3.3.0", "description": "TIBCO Cloud Composer Component to create Schematics in your TIBCO Cloud Application", "scripts": { "build": "tsc -p tsconfig.json", "bwatch": "tsc -p tsconfig.json -watch", "test": "npm run build && jasmine src/**/*_spec.js" }, "schematics": "./src/collection.json", "devDependencies": { "@angular-devkit/core": "^12.2.16", "@angular-devkit/schematics": "^12.2.16", "@types/node": "^12.20.45", "typescript": "~4.3.5" }, "dependencies": { "schematics-utilities": "^2.0.3" }, "author": { "name": "TIBCO Labs", "email": "tibcolabs@tibco.com", "url": "https://www.tibco.com" }, "repository": { "type": "git", "url": "git+https://github.com/TIBCOSoftware/TCSTK-component-schematics" }, "homepage": "https://tibcosoftware.github.io/TCSToolkit/", "keywords": [ "tibco", "cloud", "tci", "liveapps", "angular", "cli", "tcli", "cloud starter", "starter", "accelerator", "live apps", "connected", "intelligence", "connected intelligence cloud", "cic", "labs", "tibco labs", "analytics", "framework", "forms", "custom forms", "schematics" ], "license": "BSD-3-Clause" }