UNPKG

@seznam/seznam.cz-browser-game-module-api

Version:

Abstraction API for integrating video game modules with the Seznam.cz web browser's internal APIs.

45 lines (44 loc) 1.19 kB
{ "name": "@seznam/seznam.cz-browser-game-module-api", "version": "3.0.0", "description": "Abstraction API for integrating video game modules with the Seznam.cz web browser's internal APIs.", "main": "dist/index.js", "module": "dist/index.js", "type": "module", "scripts": { "compile": "tsc --project .", "test": "eslint --ext .ts .", "prepublishOnly": "rm -rf dist/ && npm test && npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/seznam/seznam.cz-browser-game-module-api.git" }, "keywords": [ "video", "game", "api", "abstraction", "seznam.cz", "seznam", "web", "browser", "module" ], "author": "Martin Jurča <martin.jurca@firma.seznam.cz>", "license": "ISC", "bugs": { "url": "https://github.com/seznam/seznam.cz-browser-game-module-api/issues" }, "homepage": "https://github.com/seznam/seznam.cz-browser-game-module-api#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "eslint": "^7.32.0", "typescript": "^4.4.3" }, "engines": { "node": ">=16", "npm": ">=7" } }