-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 881 Bytes
/
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
{
"author": "Yegor Bugayenko <[email protected]> (https://www.yegor256.com/)",
"bin": {
"apex2www": "./src/apex2www.js"
},
"dependencies": {
"colors": "1.4.0",
"commander": "13.1.0",
"node": "23.3.0"
},
"description": "Apex/root redirector to www",
"devDependencies": {
"eslint": "8.57.1",
"eslint-config-google": "0.14.0",
"mocha": "11.0.1",
"portfinder": "1.0.32"
},
"engines": {
"node": ">6.0",
"npm": ">8.0"
},
"homepage": "https://github.com/yegor256/apex2www",
"keywords": [
"cli",
"http-server",
"terminal"
],
"license": "MIT",
"main": "apex2www",
"name": "apex2www",
"os": [
"darwin",
"linux",
"win32"
],
"repository": "yegor256/apex2www",
"scripts": {
"eslint": "eslint src/**/*.js test/**/*.js",
"test": "mocha --timeout 1200000"
},
"version": "0.0.0"
}