UNPKG

bbpro

Version:

BrowserBox - remote browser isolation tool

42 lines (41 loc) 1.05 kB
{ "author": { "name": "@dosy" }, "bugs": { "url": "https://github.com/dosyago/dumbass/issues" }, "bundleDependencies": false, "dependencies": {}, "description": "dumbass. Code components without opinions.", "homepage": "https://github.com/dosyago/dumbass#readme", "keywords": [ "javascript", "view", "framework" ], "license": "Unlicense", "main": "r.js", "unpkg": "r.js", "module": "r.js", "browser": "dist/r.js", "name": "dumbass", "repository": { "type": "git", "url": "git+https://github.com/dosyago/dumbass.git" }, "scripts": { "test": "serve -p 8080", "build": "parcel build r.js", "tscheck": "tsc --target ES2020 --checkJs --allowJs --outFile typetests/client.js --module System *.js decs.d.ts", "lint": "npx eslint *.js", "check": "( npm run tscheck || : ) && npm run lint", "prepare": "npm run check && npm run build" }, "version": "2.7.1", "devDependencies": { "eslint": "^7.4.0", "parcel": "^1.12.4", "typescript": "^3.9.6" } }