File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0-development" ,
4
4
"description" : " Common JavaScript Object type-related utilities" ,
5
5
"packageManager" :
" [email protected] " ,
6
- "keywords" : [
7
- " JavaScript" ,
8
- " Object" ,
9
- " type" ,
10
- " utilities"
11
- ],
12
6
"repository" : " OpenINF/openinf-util-object" ,
13
7
"license" : " MIT OR Apache-2.0" ,
14
8
"author" : " The OpenINF Authors" ,
15
- "directories" : {
16
- "lib" : " lib" ,
17
- "doc" : " doc" ,
18
- "test" : " test"
19
- },
20
- "scripts" : {
21
- "prepare" : " npm run compile-src && npm run compile-doc" ,
22
- "compile-src" : " tsc --project ./" ,
23
- "compile-doc" : " " ,
24
- "test" : " npx jasmine"
25
- },
26
9
"devDependencies" : {
27
10
"@types/node" : " 20.x.x" ,
28
11
"@typescript-eslint/eslint-plugin" : " 5.59.9" ,
40
23
"jasmine" : " 5.0.1" ,
41
24
"prettier" : " 2.8.8" ,
42
25
"typescript" : " 5.1.3"
43
- },
44
- "dependencies" : {
45
- "@openinf/util-types" : " 2.1.3"
46
26
}
47
27
}
You can’t perform that action at this time.
0 commit comments