-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.64 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
55
56
57
58
59
60
61
62
{
"name": "opencart-find-module-cli",
"version": "1.5.0",
"main": "./dist/index.js",
"bin": {
"opencart-find-module": "./dist/index.js"
},
"author": "Casper <[email protected]>",
"license": "MIT",
"scripts": {
"start": "ts-node ./src/index.ts",
"build": "tsc",
"test": "jest",
"prepublish": "npm run build",
"prepublishOnly": "npm test"
},
"devDependencies": {
"@babel/parser": "^7.7.7",
"@babel/types": "^7.7.4",
"@types/change-case": "^2.3.1",
"@types/clear": "^0.1.0",
"@types/configstore": "^4.0.0",
"@types/figlet": "^1.2.0",
"@types/fs-extra": "^8.0.0",
"@types/inquirer": "^6.5.0",
"@types/jest": "^24.0.25",
"@types/node": "^12.7.2",
"@types/ora": "^3.2.0",
"@types/progress": "^2.0.3",
"@types/puppeteer": "^1.19.1",
"@types/signale": "^1.2.1",
"@types/validator": "^10.11.3",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.2.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"jest": "^24.9.0",
"ts-jest": "^24.2.0",
"ts-node": "^8.4.1",
"typescript": "^3.7.2"
},
"dependencies": {
"@casperengl/try-catch": "^1.4.1",
"@typescript-eslint/eslint-plugin": "^2.2.0",
"chalk": "^2.4.2",
"change-case": "^3.1.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.0",
"figlet": "^1.2.3",
"fs-extra": "^8.1.0",
"inquirer": "^6.5.1",
"launch-editor": "^2.2.1",
"minimist": "^1.2.3",
"ora": "^3.4.0",
"progress": "^2.0.3",
"puppeteer": "^1.19.0",
"query-string": "^6.8.3",
"signale": "^1.4.0",
"validator": "^12.0.0"
}
}