@launchql/ast
Version:
PostgreSQL AST utils
56 lines (55 loc) • 1.5 kB
JSON
{
"name": "@launchql/ast",
"version": "13.0.4",
"description": "PostgreSQL AST utils",
"author": "Dan Lynch <pyramation@gmail.com>",
"publishConfig": {
"access": "public"
},
"keywords": [
"postgres",
"AST",
"plpgsql",
"deparser"
],
"scripts": {
"test": "FAST_TEST=1 launchql-templatedb && jest",
"test:watch": "FAST_TEST=1 jest --watch"
},
"devDependencies": {
"@babel/cli": "7.10.4",
"@babel/core": "7.10.4",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-export-default-from": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
"@babel/plugin-transform-runtime": "7.10.4",
"@babel/preset-env": "7.10.4",
"@launchql/db-testing": "^2.2.1",
"@launchql/graphql-testing": "2.1.4",
"babel-eslint": "10.1.0",
"babel-jest": "26.1.0",
"babel-plugin-import-graphql": "2.7.0",
"babel-plugin-macros": "2.8.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"glob": "7.1.6",
"graphql": "^14.0.2",
"graphql-tag": "2.10.3",
"jest": "26.1.0",
"jest-in-case": "1.0.2",
"pgsql-deparser": "13.1.9",
"pgsql-parser": "13.1.9",
"prettier": "2.0.5",
"regenerator-runtime": "^0.13.2"
},
"dependencies": {
"@babel/runtime": "^7.4.2"
},
"jest": {
"testPathIgnorePatterns": [
"__fixtures__"
]
},
"gitHead": "1734513f8a9fba675a5ccd9a85b42563f596e13c"
}