File tree Expand file tree Collapse file tree 2 files changed +3559
-32
lines changed
Expand file tree Collapse file tree 2 files changed +3559
-32
lines changed Original file line number Diff line number Diff line change 22 "name" : " @reecem/custom-type-api" ,
33 "version" : " 0.1.1" ,
44 "description" : " API interface for the Prismic.io Custom Type API (beta)" ,
5- "main" : " dist/index.js" ,
5+ "type" : " module" ,
6+ "source" : " src/index.ts" ,
7+ "main" : " ./dist/index.cjs" ,
8+ "module" : " ./dist/index.mjs" ,
69 "scripts" : {
710 "test" : " echo \" Error: no test specified\" && exit 1" ,
8- "build" : " tsc --build tsconfig.json"
11+ "build" : " microbundle" ,
12+ "dev" : " microbundle watch" ,
13+ "tsc-build" : " tsc --build tsconfig.json"
914 },
1015 "keywords" : [
1116 " prismic.io" ,
12- " custom-type"
17+ " custom-types" ,
18+ " slices"
1319 ],
1420 "author" : " ReeceM" ,
1521 "license" : " ISC" ,
1622 "devDependencies" : {
1723 "@types/node-fetch" : " ^2.5.10" ,
24+ "microbundle" : " ^0.13.3" ,
1825 "typescript" : " ^4.2.4"
1926 },
2027 "dependencies" : {
You can’t perform that action at this time.
0 commit comments