UNPKG

@launchql/env

Version:

LaunchQL environment configuration with GraphQL/Graphile support

49 lines (48 loc) 1.19 kB
{ "name": "@launchql/env", "version": "2.8.3", "author": "Constructive <developers@constructive.io>", "description": "LaunchQL environment configuration with GraphQL/Graphile support", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", "homepage": "https://github.com/constructive-io/constructive", "license": "MIT", "publishConfig": { "access": "public", "directory": "dist" }, "repository": { "type": "git", "url": "https://github.com/constructive-io/constructive" }, "bugs": { "url": "https://github.com/constructive-io/constructive/issues" }, "scripts": { "clean": "makage clean", "prepack": "npm run build", "build": "makage build", "build:dev": "makage build --dev", "lint": "eslint . --fix", "test": "jest", "test:watch": "jest --watch" }, "dependencies": { "@launchql/types": "^2.12.3", "@pgpmjs/env": "^2.8.3", "deepmerge": "^4.3.1" }, "keywords": [ "env", "environment", "config", "launchql", "graphql", "postgraphile" ], "devDependencies": { "makage": "^0.1.8" }, "gitHead": "86d74dc4fce9051df0d2b5bcc163607aba42f009" }