2023-11-22 19:02:38 +00:00
|
|
|
{
|
2024-12-18 19:28:10 +00:00
|
|
|
"name": "@signature.digital/tools",
|
2024-12-19 17:26:24 +00:00
|
|
|
"version": "1.1.0",
|
2023-11-22 19:02:38 +00:00
|
|
|
"private": false,
|
2024-12-19 17:20:51 +00:00
|
|
|
"description": "A TypeScript package providing utilities for managing digital contracts with modular interfaces and business context integration.",
|
2024-12-18 19:39:44 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./ts/index.js",
|
2024-12-19 17:26:24 +00:00
|
|
|
"./interfaces": "./dist_ts_interfaces/index.js",
|
|
|
|
"./demodata": "./dist_ts_demodata/index.js"
|
2024-12-18 19:39:44 +00:00
|
|
|
},
|
2023-11-22 19:02:38 +00:00
|
|
|
"type": "module",
|
|
|
|
"author": "Task Venture Capital GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(tstest test/ --web)",
|
2024-12-18 19:31:19 +00:00
|
|
|
"build": "(tsbuild tsfolders --web --allowimplicitany)",
|
2023-11-22 19:02:38 +00:00
|
|
|
"buildDocs": "(tsdoc)"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-18 19:39:44 +00:00
|
|
|
"@git.zone/tsbuild": "^2.2.0",
|
|
|
|
"@git.zone/tsbundle": "^2.1.0",
|
|
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
|
|
"@git.zone/tstest": "^1.0.90",
|
|
|
|
"@push.rocks/tapbundle": "^5.5.3",
|
|
|
|
"@types/node": "^22.10.2"
|
2023-11-22 19:02:38 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-12-18 19:39:44 +00:00
|
|
|
"@tsclass/tsclass": "^4.2.0"
|
2023-11-22 19:02:38 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://gitlab.com/signature.digital/portablecontract.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/signature.digital/portablecontract/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/signature.digital/portablecontract#readme",
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2024-12-18 19:31:19 +00:00
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"TypeScript",
|
|
|
|
"digital contracts",
|
|
|
|
"contract management",
|
|
|
|
"modular design",
|
2024-12-19 17:20:51 +00:00
|
|
|
"business integration",
|
|
|
|
"interfaces",
|
|
|
|
"typescript utilities",
|
|
|
|
"contract structures",
|
|
|
|
"interfaces-driven architecture",
|
2024-12-18 19:31:19 +00:00
|
|
|
"contract modeling",
|
|
|
|
"business relationships",
|
|
|
|
"data handling",
|
2024-12-19 17:20:51 +00:00
|
|
|
"asynchronous loading",
|
|
|
|
"dynamic role assignment",
|
|
|
|
"contract validation",
|
|
|
|
"unit testing"
|
2023-11-22 19:02:38 +00:00
|
|
|
]
|
2024-12-19 17:20:51 +00:00
|
|
|
}
|