1 | {
|
2 | "name": "@angularclass/hmr",
|
3 | "version": "3.0.0",
|
4 | "description": "angular-hmr: Hot Module Replacement for Webpack and Angular",
|
5 | "main": "dist/index.js",
|
6 | "sideEffects": false,
|
7 | "types": "dist/index.d.ts",
|
8 | "files": [
|
9 | "dist"
|
10 | ],
|
11 | "scripts": {
|
12 | "prebuild": "rm -rf dist",
|
13 | "build": "tsc || true",
|
14 | "test": "echo \"Error: no test specified\" && exit 1",
|
15 | "prepublish": "npm run build"
|
16 | },
|
17 | "repository": {
|
18 | "type": "git",
|
19 | "url": "git+https://github.com/PatrickJS/angular-hmr.git"
|
20 | },
|
21 | "author": "PatrickJS <github@gdi2290.com>",
|
22 | "license": "Apache-2.0",
|
23 | "bugs": {
|
24 | "url": "https://github.com/PatrickJS/angular-hmr/issues"
|
25 | },
|
26 | "homepage": "https://github.com/PatrickJS/angular-hmr#readme",
|
27 | "devDependencies": {
|
28 | "@angular/core": "~10.0.14",
|
29 | "reflect-metadata": "^0.1.13",
|
30 | "rxjs": "^6.6.2",
|
31 | "tslib": "^2.0.1",
|
32 | "typescript": "^3.9.5",
|
33 | "zone.js": "^0.11.1",
|
34 | "webpack": "4.44.1"
|
35 | },
|
36 | "dependencies": {}
|
37 | }
|