@iiif/parser
Advanced tools
+17
-1
| { | ||
| "name": "@iiif/parser", | ||
| "version": "1.0.4", | ||
| "version": "1.0.5", | ||
| "license": "MIT", | ||
@@ -29,2 +29,18 @@ "main": "dist/cjs/index.js", | ||
| }, | ||
| "typesVersions": { | ||
| "*": { | ||
| "*": [ | ||
| "dist/index.d.ts" | ||
| ], | ||
| "presentation-2": [ | ||
| "dist/presentation-2/index.d.ts" | ||
| ], | ||
| "presentation-3": [ | ||
| "dist/index.d.ts" | ||
| ], | ||
| "upgrader": [ | ||
| "dist/upgrader/index.d.ts" | ||
| ] | ||
| } | ||
| }, | ||
| "scripts": { | ||
@@ -31,0 +47,0 @@ "build": "tsc -p . --declaration --emitDeclarationOnly && rollup -c", |
176223
0.17%