UNPKG

bifur

Version:

A library providing simple use of asynchronous functionality via Web Workers.

50 lines (49 loc) 1.41 kB
{ "name": "bifur", "description": "A library providing simple use of asynchronous functionality via Web Workers.", "version": "1.2.2", "author": "Will Newmarch", "repository": { "type": "git", "url": "https://github.com/WillNewmarch/bifur.git" }, "keywords": [ "Worker", "Web Worker", "Asynchronous", "Multithread", "multithreading" ], "license": "MIT", "bugs": { "url": "https://github.com/WillNewmarch/bifur/issues" }, "homepage": "https://github.com/WillNewmarch/bifur", "devDependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.17.5", "@babel/preset-env": "^7.16.11", "@babel/preset-typescript": "^7.16.7", "@types/jest": "^27.4.1", "awesome-typescript-loader": "^5.2.1", "babel-jest": "^27.5.1", "http-server": "^14.1.0", "jest": "^27.5.1", "resolve-typescript-plugin": "^1.2.0", "ts-jest": "^27.1.3", "ts-node": "^10.6.0", "webpack-cli": "^4.9.2" }, "main": "bundle/index.js", "module": "dist/Bifur.js", "exports": { ".": "./bundle/index.js", "./module": "./dist/Bifur.js", "./ts-module": "./src/Bifur.ts" }, "scripts": { "build": "webpack && tsc", "start": "http-server -c-1 -p 8081", "test": "jest" } }