Skip to content

Commit b23d9af

Browse files
🏗✨:go minimalistic for monorepo pjson
Signed-off-by: Derek Lewis <[email protected]>
1 parent af7e913 commit b23d9af

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

package.json

+4-28
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,12 @@
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": "[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",
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"

0 commit comments

Comments
 (0)