-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 854 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 854 Bytes
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
{
"version": "4.5.0",
"scripts": {
"start": "tsdx -i src --name Crisp watch",
"build": "tsdx -i src --name Crisp build",
"lint": "eslint src/*.ts",
"test": "tsdx test --testMatch='<rootDir>/src/**/*.spec.ts'",
"browser": "jest test/browser.test.js"
},
"dependencies": {
"axios": "0.18.0",
"babel-polyfill": "6.26.0",
"eventemitter3": "3.1.0",
"md5": "2.2.1",
"tree-model": "1.0.7"
},
"devDependencies": {
"@types/jest": "24.0.12",
"@typescript-eslint/eslint-plugin": "1.8.0",
"@typescript-eslint/parser": "1.8.0",
"chromedriver": "77.0.0",
"eslint": "5.16.0",
"eslint-config-prettier": "4.2.0",
"eslint-plugin-prettier": "3.0.1",
"jest": "24.8.0",
"prettier": "1.17.0",
"selenium-webdriver": "4.0.0-alpha.5",
"tsdx": "0.9.3",
"typescript": "3.4.5"
}
}