forked from scitech/handlebars-jest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 839 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
{
"name": "handlebars-jest",
"version": "0.6.0",
"description": "Handlebars transformer for Jest",
"main": "handlebars-jest.js",
"files": [
"handlebars-jest.js",
"lib"
],
"scripts": {
"test": "jest"
},
"keywords": [
"jest",
"handlebars",
"jest handlebars",
"jest handlebars transform",
"jest handlebars preprocessor",
"handlebars jest",
"handlebars jest",
"handlebars jest transform",
"handlebars jest preprocessor"
],
"repository": {
"type": "git",
"url": "git://github.com/tylergould/handlebars-jest.git"
},
"author": "Tyler Gould <tg@tylergould.net>",
"license": "MIT",
"peerDependencies": {},
"devDependencies": {
"handlebars": "^4.7.7",
"jest": "^26.6.3",
"mock-fs": "^4.5.0"
},
"dependencies": {
"node-cache": "^4.2.0"
}
}