-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.25 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
{
"private": true,
"name": "mppack-proj",
"workspaces": [
"packages/*"
],
"repository": "https://github.com/hufeng/wxpacker.git",
"author": "hufeng <[email protected]>",
"description": "小程序界的webpack - mpapp webpack",
"license": "MIT",
"scripts": {
"test": "npx jest --verbose --watch"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
]
},
"dependencies": {
"typescript": "3.2.1"
},
"devDependencies": {
"@types/debug": "0.0.31",
"@types/gulp-change": "1.0.0",
"@types/fancy-log": "1.3.0",
"@types/through2": "2.0.34",
"@types/gulp-less": "0.0.31",
"@types/gulp-rename": "0.0.33",
"@types/gulp-imagemin": "4.1.1",
"@types/gulp-typescript": "2.13.0",
"@types/lodash.isequal": "^4.5.3",
"@types/lodash.clonedeep": "^4.5.4",
"@types/gulp-plumber": "^0.0.32",
"@types/del": "3.0.1",
"@types/node": "10.12.12",
"@types/gulp": "4.0.5",
"@types/jest": "23.3.10",
"jest": "23.6.0",
"babel-jest": "23.6.0",
"ts-jest": "23.10.5",
"mock-jest-console": "1.1.1",
"babel-core": "6.26.3"
}
}