-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 919 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
{
"name": "single-spa-canopy",
"version": "3.1.0",
"description": "Some helpers for single-spa child apps at canopy",
"main": "lib/amd/single-spa-canopy.min.js",
"scripts": {
"build": "rollup --config rollup.config.js",
"prepublish": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CanopyTax/single-spa-canopy.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/CanopyTax/single-spa-canopy/issues"
},
"homepage": "https://github.com/CanopyTax/single-spa-canopy#readme",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"rollup": "^2.79.0",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"deepmerge": "^4.2.2"
}
}