UNPKG

@w0s/paapi-item-image-url-parser

Version:
40 lines (39 loc) 936 B
{ "name": "@w0s/paapi-item-image-url-parser", "version": "3.2.3", "description": "Parsing a PA-API 5.0 Item Image URL", "keywords": [ "paapi", "paapi5" ], "homepage": "https://github.com/SaekiTominaga/js-library#readme", "bugs": { "url": "https://github.com/SaekiTominaga/js-library/issues" }, "license": "MIT", "author": "Saeki Tominaga", "files": [ "dist/**/*.d.ts", "dist/**/*.d.ts.map", "dist/**/*.js", "dist/**/*.js.map" ], "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/SaekiTominaga/js-library.git" }, "scripts": { "prebuild": "rimraf dist/* -g", "build": "tsc", "watch": "tsc -w", "lint": "eslint src/**/*.ts", "test": "node --experimental-test-coverage --test src/**/*.test.ts" }, "publishConfig": { "access": "public" } }