File tree 1 file changed +4
-28
lines changed
1 file changed +4
-28
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @openinf/util-errors" ,
2
+ "name" : " @openinf-internal/util-errors-monorepo" ,
3
+ "private" : true ,
3
4
"version" : " 0.0.0-development" ,
4
- "description" : " Essential utility errors inspired by Node.js core error codes" ,
5
+ "description" : " Package-based monorepo for @openinf/util-errors and friends" ,
6
+ "workspaces" : [" packages/*" ],
5
7
"packageManager" :
" [email protected] " ,
6
- "keywords" : [
7
- " error" ,
8
- " errors" ,
9
- " exception" ,
10
- " exceptions" ,
11
- " validation" ,
12
- " argument" ,
13
- " missing"
14
- ],
15
- "repository" : " OpenINF/openinf-util-errors" ,
16
8
"license" : " MIT OR Apache-2.0" ,
17
9
"author" : " The OpenINF Authors" ,
18
- "directories" : {
19
- "lib" : " lib" ,
20
- "doc" : " doc" ,
21
- "test" : " test"
22
- },
23
- "scripts" : {
24
- "prepare" : " npm run compile-src && npm run compile-doc" ,
25
- "compile-src" : " tsc --project ./" ,
26
- "compile-doc" : " " ,
27
- "test" : " echo \" Error: no test specified\" && exit 1"
28
- },
29
- "dependencies" : {
30
- "@openinf/util-object" : " 2.0.1" ,
31
- "@openinf/util-text" : " 1.1.2" ,
32
- "@openinf/util-types" : " 2.1.3"
33
- },
34
10
"devDependencies" : {
35
11
"@types/node" : " 20.x.x" ,
36
12
"typescript" : " 5.1.3"
You can’t perform that action at this time.
0 commit comments