File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed
packages/openapi-typescript-helpers Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openapi-typescript-helpers" ,
3
3
"description" : " TypeScript helpers for consuming openapi-typescript types" ,
4
- "version" : " 0.0.0 " ,
4
+ "version" : " 0.0.1 " ,
5
5
"author" : {
6
6
"name" : " Drew Powers" ,
7
7
8
8
},
9
9
"license" : " MIT" ,
10
- "scripts" : {
11
- "lint" : " pnpm run lint:js" ,
12
- "lint:js" : " eslint \" *.{js,ts}\" " ,
13
- "lint:prettier" : " prettier --check \" {src,test}/**/*\" " ,
14
- "test" : " tsc --noEmit"
15
- },
10
+ "type" : " module" ,
11
+ "main" : " ./index.js" ,
12
+ "types" : " ./index.d.ts" ,
16
13
"exports" : {
17
14
"." : {
18
15
"default" : " ./index.js" ,
19
16
"types" : " ./index.d.ts"
20
17
},
21
18
"./*" : " ./*"
22
19
},
20
+ "homepage" : " https://openapi-ts.pages.dev" ,
21
+ "repository" : {
22
+ "type" : " git" ,
23
+ "url" : " https://github.com/drwpow/openapi-typescript" ,
24
+ "directory" : " packages/openapi-fetch"
25
+ },
26
+ "bugs" : {
27
+ "url" : " https://github.com/drwpow/openapi-typescript/issues"
28
+ },
29
+ "scripts" : {
30
+ "lint" : " pnpm run lint:js" ,
31
+ "lint:js" : " eslint \" *.{js,ts}\" " ,
32
+ "lint:prettier" : " prettier --check \" {src,test}/**/*\" " ,
33
+ "test" : " tsc --noEmit"
34
+ },
23
35
"devDependencies" : {
24
36
"typescript" : " ^5.1.6"
25
37
}
You can’t perform that action at this time.
0 commit comments