-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
52 lines (52 loc) · 1.04 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
45
46
47
48
49
50
51
52
{
"name": "apex-nitro",
"version": "5.0.2",
"author": "OraOpenSource",
"description": "Front-end development in Oracle APEX at its best",
"license": "MIT",
"scripts": {
"test": "xo"
},
"keywords": [
"oracle",
"apex",
"orclapex",
"css",
"javascript",
"front-end",
"responsive",
"framework",
"web"
],
"repository": {
"type": "git",
"url": "https://github.com/OraOpenSource/apex-nitro.git"
},
"bugs": {
"url": "https://github.com/OraOpenSource/apex-nitro/issues"
},
"main": "lib/index.js",
"bin": {
"apex-nitro": "./bin/apex-nitro.js"
},
"dependencies": {
"apex-publish-static-files": "^2.0.3",
"await-spawn": "^4.0.1",
"browser-sync": "^2.26.14",
"chalk": "^4.1.0",
"commander": "^7.1.0",
"del": "^6.0.0",
"fs-extra": "^9.1.0",
"inquirer": "^8.0.0",
"node-notifier": "^9.0.0",
"open": "^7.4.2",
"ora": "^5.3.0",
"update-notifier": "^5.1.0"
},
"devDependencies": {
"xo": "^0.38.2"
},
"xo": {
"ignores": []
}
}