forked from PactInteractive/image-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 873 Bytes
/
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
{
"private": true,
"name": "image-downloader",
"version": "3.3.3",
"license": "MIT",
"scripts": {
"start": "npm run build && node scripts/watch.js",
"build": "node scripts/build.js",
"task": "node scripts/task.js",
"test": "jest --watch",
"test.all": "jest --coverage"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.10.4",
"@types/chrome": "0.0.122",
"@types/jest": "26.0.20",
"@types/jquery": "3.5.1",
"fs-extra": "9.0.1",
"glob": "7.1.6",
"glob-watcher": "5.0.5",
"jest": "26.6.3",
"prettier": "2.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"sneer": "1.0.1",
"ts-jest": "26.1.4",
"typescript": "3.9.7"
},
"babel": {
"env": {
"test": {
"plugins": [
"@babel/plugin-transform-modules-commonjs"
]
}
}
}
}