generated from esm-bundle/autopublish-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.69 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@esm-bundle/single-spa-angular",
"version": "9.1.2",
"description": "Repo to test esm-bundle's automatic publishing",
"type": "module",
"scripts": {
"pretty-quick": "pretty-quick",
"test": "pnpm run build && concurrently -n w: 'pnpm:test:*'",
"test:browser": "karma start karma.conf.cjs --single-run",
"debug:test:browser": "karma start karma.conf.cjs",
"test:formatting": "prettier --check .",
"build": "rimraf system es2022 && rollup -c",
"format": "prettier --write .",
"release": "release-it",
"prepublishOnly": "pnpm run build && pinst --disable",
"postinstall": "husky install",
"postpublish": "pinst --enable"
},
"files": [
"es2022",
"system"
],
"repository": {
"type": "git",
"url": "git+https://github.com/esm-bundle/single-spa-angular.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/esm-bundle/single-spa-angular/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/esm-bundle/single-spa-angular#readme",
"devDependencies": {
"@angular/compiler": "18.1.0",
"@angular/compiler-cli": "18.1.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"concurrently": "8.2.2",
"husky": "9.0.11",
"karma": "6.4.3",
"karma-firefox-launcher": "2.1.3",
"karma-jasmine": "5.1.0",
"pinst": "3.0.0",
"prettier": "3.3.2",
"pretty-quick": "4.0.0",
"release-it": "17.5.0",
"release-it-plugin-esm-bundle": "3.0.0",
"rimraf": "6.0.1",
"rollup": "4.18.1",
"rxjs": "7.8.1",
"single-spa-angular": "9.1.2",
"typescript": "5.5.3"
}
}