-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1007 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
39
40
41
42
{
"name": "@qubit/jest",
"version": "1.5.0",
"description": "A jest transform for qubit implementations",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"format": "prettier-standard",
"lint": "healthier"
},
"author": "",
"license": "ISC",
"dependencies": {
"@qubit/add-stylesheet": "^1.2.0",
"@qubit/buble": "^0.19.10",
"@qubit/jolt": "^7.66.2",
"@qubit/poller": "^2.2.0",
"less": "^3.13.1",
"sync-p": "^1.3.0"
},
"jest": {
"transform": {
".*(.js|.css|.less)$": "./index.js"
},
"transformIgnorePatterns": []
},
"devDependencies": {
"@qubit/utils": "^1.1.0",
"healthier": "^4.0.0",
"jest": "^26.6.3",
"preact": "^10.5.13",
"prettier-standard": "^16.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qubitdigital/jest.git"
},
"bugs": {
"url": "https://github.com/qubitdigital/jest/issues"
},
"homepage": "https://github.com/qubitdigital/jest#readme"
}