File tree Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " @openinf/util-errors" ,
2+ "name" : " @openinf-internal/util-errors-monorepo" ,
3+ "private" : true ,
34 "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/*" ],
57 "packageManager" : " pnpm@8.6.3" ,
6- "keywords" : [
7- " error" ,
8- " errors" ,
9- " exception" ,
10- " exceptions" ,
11- " validation" ,
12- " argument" ,
13- " missing"
14- ],
15- "repository" : " OpenINF/openinf-util-errors" ,
168 "license" : " MIT OR Apache-2.0" ,
179 "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- },
3410 "devDependencies" : {
3511 "@types/node" : " 20.x.x" ,
3612 "typescript" : " 5.1.3"
You can’t perform that action at this time.
0 commit comments