-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.14 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
{
"name": "@voitanos/jest-preset-spfx",
"description": "Jest preset configuration for SharePoint Framework (non-React) projects.",
"version": "1.5.0",
"license": "MIT",
"dependencies": {
"@types/jest": "28.1.4",
"identity-obj-proxy": "3.0.0",
"jest-junit": "14.0.0",
"ts-jest": "28.0.5"
},
"devDependencies": {
"@types/node": "16.11.36",
"typescript": "4.7.2"
},
"peerDependencies": {
"jest": "28.1.2"
},
"scripts": {
"build": "tsc -p ./",
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"jest",
"office 365",
"office365",
"sharepoint framework",
"sharepoint",
"spfx",
"test",
"tools"
],
"homepage": "https://github.com/Voitanos/jest-preset-spfx",
"bugs": {
"url": "https://github.com/Voitanos/jest-preset-spfx/issues"
},
"issues": "https://github.com/Voitanos/jest-preset-spfx/issues",
"repository": {
"type": "git",
"url": "https://github.com/Voitanos/jest-preset-spfx"
},
"author": "Andrew Connell <andrew@voitanos.io>",
"maintainers": [
{
"name": "andrewconnell",
"email": "andrew@voitanos.io"
}
]
}