@singularityql/resolver
Version:
SingularityQL resolver for parsing SingularityQL queries and generating a response
31 lines (30 loc) • 1.02 kB
JSON
{
"name": "@singularityql/resolver",
"version": "1.1.4",
"description": "SingularityQL resolver for parsing SingularityQL queries and generating a response",
"keywords": [
"rest",
"api",
"query",
"ql"
],
"homepage": "https://github.com/wiresnchains/singularityql#readme",
"bugs": {
"url": "https://github.com/wiresnchains/singularityql/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wiresnchains/singularityql.git"
},
"license": "Apache-2.0",
"author": "wiresnchains",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf ./dist",
"typecheck": "tsc --noEmit",
"maketypes": "dets ./src/index.ts --name @singularityql/resolver --out ./dist/index.d.ts",
"build": "esbuild ./src/index.ts --outfile=./dist/index.js --bundle --minify-whitespace --platform=node --sourcemap",
"deploy": "npm run clean && npm run typecheck && npm run maketypes && npm run build"
}
}