-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1011 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
31
32
33
34
35
36
37
38
39
40
{
"name": "lforms-loader",
"version": "3.1.0",
"description": "A script for dynamically loading a specified version of lforms onto a web page.",
"main": "source/lformsLoader.js",
"files": [
"source", "dist"
],
"scripts": {
"build": "rollup -c rollup.config.mjs",
"test": "cypress run --project test"
},
"targets": {
"default": {
"isLibrary": true,
"distDir": "./dist"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/lhncbc/lforms-loader.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/lhncbc/lforms-loader/issues"
},
"homepage": "https://github.com/lhncbc/lforms-loader#readme",
"dependencies": {
"rollup": "^3.26.3",
"semver": "^7.5.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"cypress": "^13.6.6",
"http-server": "^14.1.1",
"start-server-and-test": "^2.0.0"
}
}