fix(project): Corrected misalignment in file structure and package metadata.
This commit is contained in:
19
package.json
19
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@signature.digital/tools",
|
||||
"version": "1.0.6",
|
||||
"private": false,
|
||||
"description": "a package that defines standard tools for working with contracts.",
|
||||
"description": "A TypeScript package providing utility interfaces and classes for digital contract management and integration, leveraging modular design and business context integration.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --web)",
|
||||
"build": "(tsbuild --web --allowimplicitany)",
|
||||
"build": "(tsbuild tsfolders --web --allowimplicitany)",
|
||||
"buildDocs": "(tsdoc)"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -46,5 +46,18 @@
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
],
|
||||
"keywords": [
|
||||
"TypeScript",
|
||||
"digital contracts",
|
||||
"contract management",
|
||||
"ESM",
|
||||
"interfaces",
|
||||
"business integration",
|
||||
"modular design",
|
||||
"contract modeling",
|
||||
"business relationships",
|
||||
"data handling",
|
||||
"TypeScript utilities"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user