UNPKG

668 BJSONView Raw
1{
2 "name": "@hatchloyalty/hatch-lab",
3 "version": "1.0.17",
4 "main": "dist/index.js",
5 "lab": "lab.json",
6 "scripts": {
7 "prepublish": "lab --pkg -d dist",
8 "start": "lab --pkg -wd dist"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+ssh://git@github.com/hatchloyalty/hatch-lab.git"
13 },
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/hatchloyalty/hatch-lab/issues"
17 },
18 "homepage": "https://github.com/hatchloyalty/hatch-lab#readme",
19 "devDependencies": {
20 "@compositor/lab": "^1.0.0-37",
21 "styled-components": "^3.1.5",
22 "styled-system": "^1.1.1"
23 },
24 "peerDependencies": {
25 "styled-components": "^3.1.5"
26 }
27}