UNPKG

597 BJSONView Raw
1{
2 "name": "@shopify/slate-env",
3 "version": "1.0.0-beta.6",
4 "description": "Manages the environment variables which are needed by Slate to interact with Shopify servers.",
5 "main": "index.js",
6 "repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-env",
7 "author": "Shopify Inc.",
8 "license": "MIT",
9 "bugs": {
10 "url": "https://github.com/shopify/slate/issues"
11 },
12 "homepage": "https://github.com/shopify/slate#readme",
13 "dependencies": {
14 "@shopify/slate-config": "1.0.0-beta.6",
15 "dotenv": "^4.0.0"
16 },
17 "devDependencies": {
18 "glob": "^7.1.2"
19 }
20}