forked from FHIR/FSHOnline-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 780 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "FSHOnline-Examples",
"version": "1.0.0",
"description": "This repository contains a set of FHIR Shorthand examples that are displayed on [FSH Online](https://fshschool.org/FSHOnline/). The goal of these examples is to demonstrate how to do things in FSH.",
"main": "index.js",
"scripts": {
"build": "node manifest.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FSHSchool/FSHOnline-Examples.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FSHSchool/FSHOnline-Examples/issues"
},
"homepage": "https://github.com/FSHSchool/FSHOnline-Examples#readme",
"dependencies": {
"moment": "^2.29.1"
}
}