82 lines
2.0 KiB
JSON
82 lines
2.0 KiB
JSON
{
|
|
"@git.zone/cli": {
|
|
"projectType": "wcc",
|
|
"module": {
|
|
"githost": "gitlab.com",
|
|
"gitscope": "signature.digital",
|
|
"gitrepo": "catalog",
|
|
"description": "A comprehensive catalog of customizable web components designed for building and managing e-signature applications.",
|
|
"npmPackagename": "@signature.digital/catalog",
|
|
"license": "MIT",
|
|
"projectDomain": "signature.digital",
|
|
"keywords": [
|
|
"e-signature",
|
|
"web components",
|
|
"digital signature",
|
|
"signature capture",
|
|
"ECMAScript Modules",
|
|
"typescript",
|
|
"component library",
|
|
"contract management",
|
|
"frontend development",
|
|
"signature pad",
|
|
"custom elements",
|
|
"electronic signing",
|
|
"npm package"
|
|
]
|
|
},
|
|
"release": {
|
|
"registries": [
|
|
"https://verdaccio.lossless.digital",
|
|
"https://registry.npmjs.org"
|
|
],
|
|
"accessLevel": "public"
|
|
}
|
|
},
|
|
"@git.zone/tsbundle": {
|
|
"bundles": [
|
|
{
|
|
"from": "./html/index.ts",
|
|
"to": "./dist_bundle/bundle.js",
|
|
"outputMode": "bundle",
|
|
"bundler": "esbuild",
|
|
"production": true,
|
|
"includeFiles": [
|
|
"./html/index.html"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"@git.zone/tswatch": {
|
|
"server": {
|
|
"enabled": true,
|
|
"port": 3002,
|
|
"serveDir": "./dist_watch/",
|
|
"liveReload": true
|
|
},
|
|
"bundles": [
|
|
{
|
|
"name": "element-bundle",
|
|
"from": "./html/index.ts",
|
|
"to": "./dist_watch/bundle.js",
|
|
"watchPatterns": [
|
|
"./ts_web/**/*",
|
|
"./html/index.ts"
|
|
],
|
|
"triggerReload": true,
|
|
"bundler": "esbuild",
|
|
"production": false
|
|
},
|
|
{
|
|
"name": "html",
|
|
"from": "./html/index.html",
|
|
"to": "./dist_watch/index.html",
|
|
"watchPatterns": [
|
|
"./html/**/*"
|
|
],
|
|
"triggerReload": true
|
|
}
|
|
]
|
|
},
|
|
"@ship.zone/szci": {}
|
|
} |