UNPKG

bbpro

Version:

BrowserBox - remote browser isolation tool

42 lines (41 loc) 1.02 kB
{ "author": { "name": "@dosy" }, "bugs": { "url": "https://gitlab.com/dosycorp/dss/issues" }, "dependencies": { "maskingtape.css": "latest" }, "description": "dynamic style sheets", "homepage": "https://gitlab.com/dosycorp/dss#readme", "keywords": [ "dss", "dynamic", "style", "sheets" ], "license": "MIT", "main": "index.js", "name": "style.dss", "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/dosycorp/dss.git" }, "scripts": { "pretest": "cp -r ./node_modules/maskingtape.css ./", "test": "serve -p 8080", "tscheck-client": "tsc --types node --target ES2020 --checkJs --allowJs --outFile typetests/client.js --module System index.js decs.d.ts", "tscheck": "npm run tscheck-client", "lint": "npx eslint *.js", "check": "npm run lint && npm run tscheck" }, "version": "1.9.0", "devDependencies": { "@types/node": "^14.0.13", "bepis": "^2.2.0", "eslint": "^7.3.0", "typescript": "^3.9.5" } }