generated from esm-bundle/autopublish-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.84 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
59
60
61
62
63
64
65
{
"name": "@esm-bundle/angular__elements",
"version": "15.2.9",
"description": "Repo to test esm-bundle's automatic publishing",
"type": "module",
"exports": {
".": {
"es2015": "./es2015/ivy/angular-elements.js",
"es2020": "./es2020/ivy/angular-elements.js",
"default": "./es2020/ivy/angular-elements.js"
}
},
"scripts": {
"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 es2015 && rollup -c",
"format": "prettier --write .",
"release": "release-it",
"prepublishOnly": "pnpm run build && pinst --disable",
"postinstall": "husky install",
"postpublish": "pinst --enable"
},
"files": [
"es2015",
"es2020",
"system"
],
"repository": {
"type": "git",
"url": "git+https://github.com/esm-bundle/angular__elements.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/esm-bundle/angular__elements/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/esm-bundle/angular__elements#readme",
"devDependencies": {
"@angular/compiler": "15.2.10",
"@angular/compiler-cli": "15.2.10",
"@angular/core": "15.2.10",
"@angular/elements": "15.2.10",
"@rollup/plugin-babel": "6.0.4",
"concurrently": "8.2.2",
"husky": "8.0.3",
"karma": "6.4.2",
"karma-firefox-launcher": "2.1.2",
"karma-jasmine": "5.1.0",
"pinst": "3.0.0",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"release-it": "16.2.1",
"release-it-plugin-esm-bundle": "3.0.0",
"rimraf": "5.0.5",
"rollup": "2.79.1",
"rollup-plugin-terser": "7.0.2",
"rxjs": "7.8.1",
"typescript": "5.2.2"
}
}