forked from wikirate/wikirate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 869 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
{
"jest": {
"transform": {
"^.+\\.coffee$": "<rootDir>/node_modules/jest-coffee-preprocessor/index.js"
},
"preset": "jest-preset-coffeescript",
"testPathIgnorePatterns": [
"node_modules",
"fixtures",
"public",
"files",
"vendor"
],
"testRegex": "spec/.*\\.(coffee|litcoffee|coffee.md)$",
"setupFiles": [
"./test/setup_jest.js"
],
"roots": [
"<rootDir>/mod/"
]
},
"dependencies": {
"coffeescript": ">=2.3.1",
"jest": "^29.7.0",
"jest-coffee-preprocessor": ">=1.0.0",
"jest-preset-coffeescript": "^1.3.0",
"wait-on": "^8.0.1"
},
"name": "wikirate",
"repository": "https://github.com/wikirate/wikirate",
"devDependencies": {
"@cypress/webpack-preprocessor": "^6.0.0",
"cypress": "^13.13.2",
"cypress-cucumber-preprocessor": "^4.3.1"
}
}