@enteral/fhir-schema
Version:
FHIR Schema for enteral.io
54 lines (53 loc) • 1.25 kB
JSON
{
"name": "@enteral/fhir-schema",
"version": "0.0.3",
"description": "FHIR Schema for enteral.io",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepack": "rm -Rf dist && yarn build && yarn test",
"build": "tsc",
"test": "ts-node src/test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enteral-io/fhir-schema.git"
},
"keywords": [
"enteral",
"enteral.io",
"fhir",
"nutrient",
"intake",
"schema",
"graphql",
"nutrition"
],
"author": "James Allain <james.allain@enteral.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/enteral-io/fhir-schema/issues"
},
"homepage": "https://github.com/enteral-io/fhir-schema#readme",
"devDependencies": {
"@types/node": "^14.10.0",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"prettier": "^2.1.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"engines": {
"node": "14.x"
},
"dependencies": {
"@graphql-tools/schema": "^6.2.1",
"graphql": "^14.7.0 || ^15.3.0",
"node-fetch": "^2.6.1"
},
"files": [
"dist"
]
}