-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
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
{
"name": "better-webworker",
"version": "1.0.0",
"description": "use webworker better",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/.bin/rollup -c -w --config rollup.config.dev.js",
"build": "node_modules/.bin/rollup -w -c ./rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/this-spring/better-webworker.git"
},
"keywords": [
"cpu",
"webworker",
"js",
"ts"
],
"devDependencies": {
"@babel/core": "^7.7.2",
"express": "^4.17.1",
"rollup": "^1.26.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.2.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.25.2",
"rollup-plugin-uglify": "^6.0.3",
"typescript": "^3.7.2"
},
"author": "this-spring",
"license": "ISC",
"bugs": {
"url": "https://github.com/this-spring/better-webworker/issues"
},
"homepage": "https://github.com/this-spring/better-webworker#readme"
}