-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.42 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.42 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "fileonix",
"version": "2.0.5",
"description": "Nehonix FileOnix (formerly QuickDev) is a professional, native file watcher and development server. High-performance alternative to nodemon.",
"main": "index.js",
"bin": {
"fileonix": "index.js"
},
"scripts": {
"postinstall": "node scripts/install.js",
"build": "node scripts/build-all.js",
"release": "node scripts/create-release.js",
"publish:dry": "node scripts/publish.js",
"publish:real": "node scripts/publish.js --publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"file-watcher",
"development-server",
"typescript",
"javascript",
"nodemon",
"hot-reload",
"dev-server",
"file-monitoring",
"process-manager",
"nehonix",
"nquickdev",
"QuickDev",
"quickdev",
"FileOnix",
"fileonix",
"XyPriss"
],
"author": "Nehonix",
"license": "Nehonix OSL (NOSL) v1.0",
"repository": {
"type": "git",
"url": "https://github.com/Nehonix-Team/FileOnix.git"
},
"bugs": {
"url": "https://github.com/Nehonix-Team/FileOnix/issues"
},
"homepage": "https://github.com/Nehonix-Team/FileOnix#readme",
"engines": {
"node": ">=14.0.0"
},
"os": [
"win32",
"darwin",
"linux"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"bin/fileonix.js",
"scripts/install.js",
"index.js",
"README.md",
"LICENSE"
]
}