-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.01 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
{
"name": "kon",
"version": "1.5.0",
"description": "Themis wrapper for Wafter",
"main": "src/index.js",
"bin": "build/index.js",
"scripts": {
"compile": "npx eslint src/",
"build": "npm run compile && del-cli build/ && minify src/ -d build/",
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"pkg": "npm run build && pkg -o dist/kon ."
},
"pkg": {
"scripts": [
"build/*.js",
"build/**/*.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/vnma0/kon.git"
},
"author": "vnma0",
"license": "MIT",
"bugs": {
"url": "https://github.com/vnma0/kon/issues"
},
"homepage": "https://github.com/vnma0/kon#readme",
"dependencies": {
"chokidar": "^3.3.1",
"crypto-js": "^3.3.0",
"dotenv": "^8.2.0",
"escape-string-regexp": "^2.0.0",
"ws": "^7.4.6"
},
"devDependencies": {
"babel-minify": "^0.5.1",
"del-cli": "^3.0.0",
"eslint": "^6.8.0",
"nodemon": "^2.0.2",
"pkg": "^4.4.4"
}
}