-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "wkn",
"version": "1.0.10",
"description": "wkn is easy possible to run a script operation in a background thread from module bundler.",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hand-dot/wkn.git"
},
"keywords": [
"web worker",
"module bundler"
],
"author": "hand-dot",
"license": "MIT",
"bugs": {
"url": "https://github.com/hand-dot/wkn/issues"
},
"homepage": "https://github.com/hand-dot/wkn#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-jest": "^23.4.2",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"eslint": "^5.10.0",
"eslint-plugin-import": "^2.14.0",
"express": "^4.16.4",
"jest": "^23.5.0",
"jest-environment-puppeteer": "^3.7.0",
"jest-puppeteer": "^3.7.0",
"puppeteer": "^1.11.0",
"rimraf": "^2.6.2",
"webpack": "^4.28.0",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"promise-polyfill": "^8.1.0"
}
}