UNPKG

1.18 kBJSONView Raw
1{
2 "name": "@bigcommerce/stencil-paper",
3 "version": "3.0.5",
4 "description": "A Stencil plugin to load template files and render pages using backend renderer plugins.",
5 "main": "index.js",
6 "author": "Bigcommerce",
7 "license": "BSD-4-Clause",
8 "scripts": {
9 "lint": "eslint .",
10 "lint-and-fix": "eslint . --fix",
11 "test": "lab -v -t 95 --ignore i18n,WebAssembly,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams,TextEncoder,TextDecoder,queueMicrotask,FinalizationRegistry,WeakRef,plural,en,number,select spec",
12 "coverage": "lab -c -r console -o stdout -r html -o coverage.html spec"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git@github.com:bigcommerce/paper.git"
17 },
18 "keywords": [
19 "stencil-paper",
20 "paper"
21 ],
22 "bugs": {
23 "url": "https://github.com/bigcommerce/paper/issues"
24 },
25 "homepage": "https://github.com/bigcommerce/paper",
26 "dependencies": {
27 "@bigcommerce/stencil-paper-handlebars": "4.5.5",
28 "accept-language-parser": "~1.4.1",
29 "messageformat": "~0.2.2"
30 },
31 "devDependencies": {
32 "code": "~4.0.0",
33 "eslint": "^7.8.1",
34 "lab": "~13.0.1",
35 "sinon": "~7.5.0"
36 }
37}