File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @indivorg/utils" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Collection of reusable functions" ,
5
- "publishConfig" : {
6
- "access" : " public"
7
- },
8
5
"keywords" : [
9
6
" utils" ,
10
7
" indiv"
11
8
],
12
- "files " : [
13
- " dist/ "
14
- ] ,
9
+ "repository " : " github:indivorg/utils " ,
10
+ "license" : " Apache-2.0 " ,
11
+ "author" : " Bjerk AS / Indiv AS " ,
15
12
"main" : " ./dist/cjs/main.js" ,
16
- "types" : " ./dist/esm/main.d.ts" ,
17
13
"module" : " ./dist/esm/main.js" ,
18
14
"source" : " src/main.ts" ,
19
- "author" : " Bjerk AS / Indiv AS" ,
20
- "license" : " Apache-2.0" ,
21
- "repository" : " indivorg/utils" ,
15
+ "types" : " ./dist/esm/main.d.ts" ,
16
+ "files" : [
17
+ " dist/"
18
+ ],
19
+ "scripts" : {
20
+ "build" : " tsc && tsc -p tsconfig.cjs.json" ,
21
+ "test" : " jest --coverage"
22
+ },
22
23
"devDependencies" : {
23
24
"@types/faker" : " ^5.5.7" ,
24
25
"@types/jest" : " ^26.0.24" ,
28
29
"ts-jest" : " ^27.0.4" ,
29
30
"typescript" : " ^4"
30
31
},
32
+ "publishConfig" : {
33
+ "access" : " public"
34
+ },
31
35
"volta" : {
32
36
"node" : " 14.15.0" ,
33
37
"yarn" : " 1.22.10"
34
- },
35
- "scripts" : {
36
- "build" : " tsc && tsc -p tsconfig.cjs.json" ,
37
- "test" : " jest --coverage"
38
38
}
39
- }
39
+ }
You can’t perform that action at this time.
0 commit comments