File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " @metal-box/fetch" ,
3- "version" : " 0.1.0" ,
4- "description" : " REST in peace with typescript" ,
5- "author" : " danpacho" ,
6- "license" : " MIT" ,
7- "keywords" : [],
8- "sideEffects" : false ,
9- "publishConfig" : {
10- "access" : " public"
11- },
12- "files" : [
13- " dist"
14- ],
15- "main" : " ./dist/index.js" ,
16- "module" : " ./dist/index.mjs" ,
17- "types" : " ./dist/index.d.ts" ,
18- "scripts" : {
19- "build" : " tsup src/index.ts --format=cjs,esm --dts" ,
20- "build:fast" : " tsup src/index.ts --format=cjs,esm"
21- },
22- "devDependencies" : {
23- "@metal-box/type" : " ^0.2.0"
24- }
2+ "name" : " @metal-box/fetch" ,
3+ "version" : " 0.1.0" ,
4+ "description" : " Declarative fetcher using typescript" ,
5+ "author" : " danpacho" ,
6+ "license" : " MIT" ,
7+ "keywords" : [],
8+ "sideEffects" : false ,
9+ "publishConfig" : {
10+ "access" : " public"
11+ },
12+ "files" : [
13+ " dist"
14+ ],
15+ "main" : " ./dist/index.js" ,
16+ "module" : " ./dist/index.mjs" ,
17+ "types" : " ./dist/index.d.ts" ,
18+ "scripts" : {
19+ "build" : " tsup src/index.ts --format=cjs,esm --dts" ,
20+ "build:fast" : " tsup src/index.ts --format=cjs,esm"
21+ },
22+ "devDependencies" : {
23+ "@metal-box/type" : " ^0.2.0"
24+ }
2525}
You can’t perform that action at this time.
0 commit comments