UNPKG

@georgestagg/webr

Version:

The statistical programming langauge R compiled into WASM for use in a web browser and node.

90 lines (89 loc) 2.21 kB
{ "name": "@georgestagg/webr", "version": "0.1.0-alpha.7", "description": "The statistical programming langauge R compiled into WASM for use in a web browser and node.", "keywords": [ "webR", "wasm", "R", "statistics", "programming", "webassembly", "emscripten" ], "homepage": "https://github.com/georgestagg/webR", "repository": { "type": "git", "url": "git@github.com:georgestagg/webR.git" }, "bugs": { "url": "https://github.com/georgestagg/webR/issues" }, "license": "SEE LICENSE IN LICENCE.md", "contributors": [ { "name": "George Stagg", "email": "george.stagg@rstudio.com" }, { "name": "Lionel Henry", "email": "lionel@rstudio.com" } ], "files": [ "templates", "dist" ], "main": "dist/webr.mjs", "types": "webr-main.d.ts", "exports": { ".": "./dist/webr.mjs", "./console": "./dist/console.mjs", "./repl": "./dist/repl.mjs" }, "typesVersions": { "*": { "repl": ["dist/repl/repl"], "repl/*": ["dist/repl/*"], "console": ["dist/console/console"], "console/*": ["dist/console/*"], "*": ["dist/webR/*"] } }, "engines": { "node": ">=14.0.0" }, "dependencies": { "@types/emscripten": "^1.39.6", "jquery": "^3.6.0", "jstree": "^3.3.12", "xterm": "^4.19.0", "xterm-addon-fit": "^0.5.0", "xterm-readline": "^1.0.7", "xmlhttprequest-ssl": "^2.1.0" }, "devDependencies": { "@types/jest": "^28.1.8", "@types/jquery": "^3.5.14", "@types/jstree": "^3.3.41", "@types/node": "^17.0.35", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "c8": "^7.12.0", "esbuild": "^0.14.39", "esbuild-css-modules-plugin": "^2.2.16", "eslint": "^8.15.0", "eslint-config-google": "^0.14.0", "eslint-plugin-jest": "^26.8.7", "gts": "^3.1.0", "jest": "^28.1.3", "ts-jest": "^28.0.8", "ts-node": "^10.9.1", "typescript": "^4.6.4" }, "scripts": { "build": "node ./esbuild.js && tsc --emitDeclarationOnly", "prepack": "cp ../LICENCE.md ../README.md .", "postpack": "rm LICENCE.md README.md" } }