graphile-settings
Version:
graphile settings
75 lines (74 loc) • 2.24 kB
JSON
{
"name": "graphile-settings",
"version": "2.1.18",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "graphile settings",
"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": {
"@graphile-contrib/pg-many-to-many": "^1.0.2",
"@launchql/s3-streamer": "^2.1.13",
"@launchql/types": "^2.1.12",
"@launchql/upload-names": "^2.1.5",
"@pyramation/postgis": "^0.1.1",
"@pyramation/postgraphile-plugin-fulltext-filter": "^2.0.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"graphile-build": "^4.14.1",
"graphile-i18n": "^0.0.3",
"graphile-meta-schema": "^0.2.5",
"graphile-query": "^2.1.8",
"graphile-search-plugin": "^0.1.2",
"graphile-settings": "^2.1.18",
"graphile-simple-inflector": "^0.1.1",
"graphql-tag": "2.12.6",
"lru-cache": "^11.1.0",
"pg": "^8.16.0",
"postgraphile": "^4.14.1",
"postgraphile-derived-upload-field": "^0.0.6",
"postgraphile-plugin-connection-filter": "^2.3.0",
"postgraphile-plugin-connection-filter-postgis": "^1.0.0-alpha.6",
"request-ip": "^3.3.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.1",
"@types/pg": "^8.15.2",
"@types/request-ip": "^0.0.41",
"@types/rimraf": "^4.0.5",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2"
},
"keywords": [
"graphile",
"settings",
"configuration",
"launchql",
"graphql"
],
"gitHead": "52bbc49baf1ed0e4a1b1f349bf1817b3f71f72b0"
}