-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 781 Bytes
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
{
"name": "encrypted-drivelink-worker",
"version": "1.0.0",
"description": "",
"private": true,
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build0": "webpack",
"build": "webpack --progress --mode none",
"build-pro": "webpack --progress --mode production",
"build-dev": "webpack --progress --mode none",
"build:watch": "webpack --watch",
"preview": "workers-preview < worker.js",
"quick-preview": "webpack --progress --mode none && workers-preview < worker.js"
},
"devDependencies": {
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"workers-preview": "^1.0.6"
},
"dependencies": {
"crypto-js": "^4.0.0"
},
"keywords": [],
"author": "yanzai",
"license": "ISC"
}