-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 945 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
25
26
27
28
29
30
{
"name": "lforms-updater",
"version": "30.0.1",
"description": "Updates lforms form definitions and FHIR resources generated by lforms to the latest lforms version.",
"main": "source/index.js",
"bin": "./bin/updater.js",
"scripts": {
"build": "node buildVersionList.js && npm run build:js",
"build:js": "esbuild --bundle --minify --outfile=browser/updater.js --sourcemap source/index_browser.js --target=es2017",
"test": "mocha test/*spec.js test/*/*spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lhncbc/lforms-updater.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/lhncbc/lforms-updater/issues"
},
"homepage": "https://github.com/lhncbc/lforms-updater#readme",
"dependencies": {
"minimist": "^1.2.5",
"semver": "^7.3.2"
},
"devDependencies": {
"esbuild": "^0.19.4",
"mocha": "^9.1.3"
}
}