UNPKG

@betarena/ad-engine

Version:
86 lines (85 loc) 2.31 kB
{ "name": "@betarena/ad-engine", "version": "0.0.70", "private": false, "description": "Betarena ad-engine widget", "keywords": [ "svelte", "betarena", "ad-engine", "adverts", "bta-token", "widget", "script-tag" ], "files": [ "src", "dist" ], "author": { "name": "migbash", "email": "20924663+migbash@users.noreply.github.com", "url": "https://github.com/migbash" }, "repository": { "type": "git", "url": "https://github.com/Betarena/ad-engine" }, "bugs": { "type": "git", "url": "https://github.com/Betarena/ad-engine/issues" }, "scripts": { "build": "vite build", "start": "node dist/index.js", "vite/dev": "vite --host", "vite/dev/1-click/npm": "npm run 'sass/watch' & npm run 'vite/dev'", "vite/dev/1-click/pnpm": "pnpm run 'sass/watch' & pnpm run 'vite/dev'", "vite/preview": "vite preview", "svelte-check": "svelte-check --tsconfig ./tsconfig.json", "npm/next/@betarena/scores-lib": "npm i @betarena/scores-lib@latest", "npm/link/@betarena/scores-lib": "npm link @betarena/scores-lib && npm ls --link --global", "npm/link": "npm link", "npm/bump+publish": "npm version patch && npm publish", "sass/watch": "sass --watch src/style/app.scss src/style/app.css", "pnpm/link": "pnpm link --dir . --global", "pnpm/link/@betarena/scores-lib": "pnpm link --global @betarena/scores-lib" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "3.0.2", "@tsconfig/svelte": "5.0.2", "@typescript-eslint/eslint-plugin": "5.59.1", "@typescript-eslint/parser": "5.59.1", "eslint": "8.51.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-svelte": "2.34.0", "sass": "1.72.0", "svelte": "4.2.12", "svelte-check": "3.6.6", "tslib": "2.6.2", "typescript": "5.2.2", "vite": "5.1.6" }, "dependencies": { "@betarena/scores-lib": "4.1.0", "@fontsource/roboto": "5.0.12", "chalk": "5.3.0", "colorthief": "2.6.0", "device-detector-js": "3.0.3", "svelte-preprocess": "5.1.3", "ua-parser-js": "2.0.0" }, "main": "./dist/index.js", "svelte": "./src/index.js", "exports": { ".": { "svelte": "./src/index.js", "require": "./dist/index.cjs", "import": "./dist/index.mjs", "default": "./dist/index.js", "types": "./dist/index.d.ts" }, "./dist": "./dist/index.js" }, "type": "module" }