2023-11-22 19:02:38 +00:00
{
2024-12-18 19:28:10 +00:00
"name" : "@signature.digital/tools" ,
2024-12-18 19:39:44 +00:00
"version" : "1.0.8" ,
2023-11-22 19:02:38 +00:00
"private" : false ,
2024-12-18 19:31:19 +00:00
"description" : "A TypeScript package providing utility interfaces and classes for digital contract management and integration, leveraging modular design and business context integration." ,
2024-12-18 19:39:44 +00:00
"exports" : {
"." : "./ts/index.js" ,
"./interfaces" : "./dist_ts_interfaces/index.js"
} ,
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" ,
"ESM" ,
"interfaces" ,
"business integration" ,
"modular design" ,
"contract modeling" ,
"business relationships" ,
"data handling" ,
"TypeScript utilities"
2023-11-22 19:02:38 +00:00
]
2024-12-18 19:31:19 +00:00
}