-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No tooling would be able to use this info as pjson at workspace root of monorepo. Signed-off-by: Derek Lewis <[email protected]>
- Loading branch information
1 parent
5e4f31c
commit 8f25639
Showing
1 changed file
with
0 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,26 +3,9 @@ | |
"version": "0.0.0-development", | ||
"description": "Common JavaScript Object type-related utilities", | ||
"packageManager": "[email protected]", | ||
"keywords": [ | ||
"JavaScript", | ||
"Object", | ||
"type", | ||
"utilities" | ||
], | ||
"repository": "OpenINF/openinf-util-object", | ||
"license": "MIT OR Apache-2.0", | ||
"author": "The OpenINF Authors", | ||
"directories": { | ||
"lib": "lib", | ||
"doc": "doc", | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"prepare": "npm run compile-src && npm run compile-doc", | ||
"compile-src": "tsc --project ./", | ||
"compile-doc": "", | ||
"test": "npx jasmine" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "20.x.x", | ||
"@typescript-eslint/eslint-plugin": "5.59.9", | ||
|
@@ -40,8 +23,5 @@ | |
"jasmine": "5.0.1", | ||
"prettier": "2.8.8", | ||
"typescript": "5.1.3" | ||
}, | ||
"dependencies": { | ||
"@openinf/util-types": "2.1.3" | ||
} | ||
} |