workerize-loader-5
Version:
Automatically move a module into a Web Worker (Webpack loader)
53 lines (52 loc) • 1.32 kB
JSON
{
"name": "workerize-loader-5",
"version": "1.4.0",
"description": "Automatically move a module into a Web Worker (Webpack loader)",
"main": "dist/index.js",
"repository": "developit/workerize-loader",
"scripts": {
"build": "microbundle --format cjs --no-compress --inline none src/*.js",
"prepublishOnly": "npm run build",
"dev": "karmatic watch --no-headless",
"test": "npm run build && karmatic && NODE_ENV=production karmatic -p",
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
},
"browserslist": [
"IE 10",
"node 8"
],
"eslintConfig": {
"extends": "eslint-config-developit",
"rules": {
"jest/valid-expect": 0,
"no-console": 0
}
},
"files": [
"src",
"dist"
],
"keywords": [
"webpack",
"loader",
"worker",
"web worker",
"thread",
"workerize"
],
"author": "Jason Miller <jason@developit.ca> (http://jasonformat.com)",
"license": "MIT",
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-developit": "^1.2.0",
"karmatic": "^1.4.0",
"microbundle": "^0.12.1",
"webpack": "^4.43.0"
},
"dependencies": {
"loader-utils": "^2.0.0"
},
"peerDependencies": {
"webpack": "*"
}
}