-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "aurelia-loader-webpack",
"version": "2.2.5",
"description": "An implementation of Aurelia's loader interface to enable webpack.",
"keywords": [
"aurelia",
"webpack",
"loader"
],
"homepage": "http://aurelia.io",
"bugs": {
"url": "https://github.com/aurelia/loader-webpack/issues"
},
"license": "MIT",
"author": "Bazyli Brzóska <bazyli.brzoska@gmail.com> (https://invent.life/)",
"main": "dist/commonjs/aurelia-loader-webpack.js",
"typings": "dist/types/aurelia-loader-webpack.d.ts",
"repository": {
"type": "git",
"url": "http://github.com/aurelia/loader-webpack"
},
"files": [
"dist",
"doc/CHANGELOG.md",
"bowser.json",
"typings.json"
],
"scripts": {
"build": "rollup -c",
"postbuild": "tsc --declaration --emitDeclarationOnly",
"changelog": "standard-version -t \"\" -i doc/CHANGELOG.md --skip.commit --skip.tag",
"precut-release": "npm run build",
"cut-release": "npm run changelog"
},
"dependencies": {
"aurelia-hot-module-reload": "^0.3.0",
"aurelia-loader": "^1.0.0",
"aurelia-metadata": "^1.0.2",
"aurelia-pal": "^1.1.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.3",
"@types/node": "^16.4.2",
"rollup": "^2.54.0",
"standard-version": "^9.5.0",
"tslib": "^2.4.0",
"typescript": "^4.0.2"
}
}