@launchql/env
Version:
LaunchQL environment management
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "@launchql/env",
"version": "2.2.1",
"author": "Dan Lynch <Dan Lynch>",
"description": "LaunchQL environment management",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/launchql/launchql",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/launchql/launchql"
},
"bugs": {
"url": "https://github.com/launchql/launchql/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@launchql/types": "^2.3.0",
"deepmerge": "^4.3.1"
},
"keywords": [
"environment",
"config",
"typescript",
"launchql",
"env"
],
"gitHead": "245029576886f5ac650aa5e8fa8cd8d5f47c258f"
}