-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1022 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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "mettle-router",
"version": "0.1.1",
"description": "The official router for mettle.js",
"main": "dist/mettle-router.esm.js",
"module": "dist/mettle-router.esm.js",
"unpkg": "dist/mettle-router.esm.js",
"jsdelivr": "dist/mettle-router.esm.js",
"files": [
"dist/*.js"
],
"scripts": {
"tsc": "tsc",
"build": "tsc && rollup -c"
},
"private": false,
"keywords": [
"mettle",
"mettlejs",
"mettle-router",
"router",
"dom",
"mvvm",
"virtual dom",
"html",
"template",
"string"
],
"repository": {
"type": "git",
"url": "https://github.com/maomincoding/mettle-router"
},
"author": "maomincoding",
"license": "MIT",
"bugs": {
"url": "https://github.com/maomincoding/mettle-router/issues"
},
"homepage": "https://github.com/maomincoding/mettle-router#readme",
"devDependencies": {
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^2.57.0",
"typescript": "4.6.3"
}
}