File tree 2 files changed +4
-15
lines changed
2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @neynar/nodejs-sdk" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)" ,
5
5
"main" : " ./build/index.js" ,
6
6
"types" : " ./build/index.d.ts" ,
7
- "exports" : {
8
- "." : {
9
- "require" : " ./build/index.js" ,
10
- "import" : " ./build/index.js" ,
11
- "types" : " ./build/index.d.ts"
12
- },
13
- "./api" : " ./build/api/index.js" ,
14
- "./hub-api" : " ./build/hub-api/index.js"
15
- },
16
7
"files" : [
17
8
" build/**/*"
18
9
],
Original file line number Diff line number Diff line change 28
28
"module" : " commonjs" /* Specify what module code is generated. */ ,
29
29
// "rootDir": "./", /* Specify the root folder within your source files. */
30
30
// "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
31
- "baseUrl" : " ./" /* Specify the base directory to resolve non-relative module names. */ ,
32
- "paths" : {
33
- "@neynar/nodejs-sdk/*" : [" ./src/*" ]
34
- } /* Specify a set of entries that re-map imports to additional lookup locations. */ ,
31
+ // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
32
+ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
35
33
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
36
34
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
37
35
// "types": [], /* Specify type package names to be included without being referenced in a source file. */
109
107
"skipLibCheck" : true /* Skip type checking all .d.ts files. */
110
108
},
111
109
"include" : [" src/**/*" ],
112
- "exclude" : [" scripts/**/*" , " **/*.spec.ts" , " node_modules " , " build " ]
110
+ "exclude" : [" scripts/**/*" , " **/*.spec.ts" ]
113
111
}
You can’t perform that action at this time.
0 commit comments