We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b9550 commit 345b9b9Copy full SHA for 345b9b9
package.json
@@ -3,28 +3,9 @@
3
"version": "0.0.0-development",
4
"description": "Fundamental JavaScript type-related utilities",
5
"packageManager": "pnpm@8.6.3",
6
- "engines": {
7
- "node": "^18.0.0"
8
- },
9
- "keywords": [
10
- "types",
11
- "typechecking",
12
- "utilities"
13
- ],
14
"repository": "OpenINF/openinf-util-types",
15
"license": "MIT OR Apache-2.0",
16
"author": "The OpenINF Authors",
17
- "directories": {
18
- "lib": "lib",
19
- "doc": "doc",
20
- "test": "test"
21
22
- "scripts": {
23
- "prepare": "npm run compile-src && npm run compile-doc",
24
- "compile-src": "tsc --project ./",
25
- "compile-doc": "",
26
- "test": "tape '*.test.js'"
27
28
"devDependencies": {
29
"@types/jsdom": "21.1.1",
30
"@types/tape": "5.6.0",
0 commit comments