@dipakparmar/ca-business-registry-graphql
Version:
✡️ GraphQL API for Canada Business Registry.
54 lines (53 loc) • 1.51 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@dipakparmar/ca-business-registry-graphql",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"source": "src/index.ts",
"bugs": "https://github.com/dipakparmar/ca-business-registry-graphql/issues",
"repository": {
"type": "git",
"url": "https://github.com/dipakparmar/ca-business-registry-graphql.git"
},
"private": false,
"description": "✡️ GraphQL API for Canada Business Registry.",
"version": "0.0.3-alpha.0",
"author": "Dipak Parmar <hi@dipak.tech>",
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"graphql",
"business-registry",
"canada",
"typescript"
],
"dependencies": {
"@pothos/core": "3.28.0",
"axios": "1.3.4",
"graphql": "16.6.0",
"graphql-scalars": "1.20.4",
"graphql-yoga": "3.7.3"
},
"devDependencies": {
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"eslint": "8.36.0",
"prettier": "2.8.4",
"ts-node-dev": "2.0.0",
"typescript": "4.9.5"
},
"scripts": {
"dev": "NODE_ENV=development ts-node-dev dev/server.ts",
"build": "rm -rf ./dist && tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --check src/",
"format:fix": "prettier --write src/",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix"
},
"license": "AGPL-3.0-or-later"
}