-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
53
54
{
"name": "deriv-jarvis",
"version": "1.0.0",
"description": "The Deriv FE Smart Assistant",
"main": "./bin/cli.js",
"bin": {
"dj": "./bin/cli.js"
},
"files": [
"bin"
],
"scripts": {
"build": "rollup -c",
"watch": "rollup -c --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hamid-deriv/jarvis"
},
"keywords": [
"typescript",
"cli",
"deriv"
],
"author": "hamid-deriv",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/inquirer": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.16.0",
"eslint-config-alloy": "^4.5.1",
"eslint-config-prettier": "^8.5.0",
"rollup": "^2.75.3",
"typescript": "^4.7.2"
},
"dependencies": {
"axios": "^1.1.2",
"chalk": "^4.1.2",
"change-case": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^9.3.0",
"enquirer": "^2.3.6",
"fs-pro": "^3.12.0",
"open": "^8.4.0"
}
}