UNPKG

bbpro

Version:

BrowserBox - remote browser isolation tool

39 lines (38 loc) 925 B
{ "author": { "name": "@dosy" }, "bundleDependencies": [], "dependencies": { "esm": "^3.0.74" }, "deprecated": false, "description": "Lightweight runtime types for vanilla JS and Node", "keywords": [ "javascript", "type-system", "vanillatype", "jtype", "dosy" ], "license": "MIT", "main": "index.js", "name": "vanillatype", "repository": { "type": "git", "url": "https://github.com//crislin2046/jtype" }, "scripts": { "test": "serve -p 8080", "tscheck-client": "tsc --types node --target ES2020 --checkJs --allowJs --outFile typetests/client.js --module System t.js test.js decs.d.ts", "tscheck": "npm run tscheck-client", "lint": "npx eslint t.js test.js", "check": "npm run lint && npm run tscheck" }, "version": "1.4.1", "devDependencies": { "@types/node": "^14.0.13", "eslint": "^7.3.0", "typescript": "^3.9.5" } }