forked from bigcommerce/paper-handlebars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "@bigcommerce/stencil-paper-handlebars",
"version": "4.5.1",
"description": "A paper plugin to render pages using Handlebars.js",
"main": "index.js",
"author": "Bigcommerce",
"license": "BSD-4-Clause",
"scripts": {
"lint": "eslint .",
"lint-and-fix": "eslint . --fix",
"test": "lab -v -t 98 --ignore FinalizationRegistry,WeakRef,WebAssembly,_time,format,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams,TextEncoder,TextDecoder,queueMicrotask spec",
"coverage": "lab -c -r console -o stdout -r html -o coverage.html spec"
},
"repository": {
"type": "git",
"url": "[email protected]:bigcommerce/paper-handlebars.git"
},
"keywords": [
"handlebars",
"stencil-paper",
"paper"
],
"bugs": {
"url": "https://github.com/bigcommerce/paper-handlebars/issues"
},
"homepage": "https://github.com/bigcommerce/paper-handlebars",
"dependencies": {
"@bigcommerce/handlebars-v4": "4.7.6",
"handlebars": "3.0.8",
"handlebars-helpers": "0.8.4",
"handlebars-utils": "^1.0.6",
"he": "^1.2.0",
"lodash": "^4.17.13",
"stringz": "^0.1.1"
},
"devDependencies": {
"code": "~4.0.0",
"eslint": "^7.8.1",
"lab": "~13.0.4",
"sinon": "~7.5.0"
},
"engines": {
"node": ">=10"
}
}