-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.01 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
{
"name": "crs-router",
"version": "0.0.82",
"description": "Zero dependency router web component for framework free applications",
"main": "index.js",
"scripts": {
"test": "jest",
"bundle": "deno run --allow-read --allow-write --allow-env --allow-run ./build/package.js",
"build-publish": "node build/publish.js"
},
"keywords": [
"webcomponent",
"router"
],
"author": "Johan Rabie",
"homepage": "https://caperaven.co.za/",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.0",
"@types/jest": "^24.0.18",
"babel-jest": "^24.9.0",
"crs-binding": "0.0.189",
"glob": "^7.1.4",
"html-minifier": "^4.0.0",
"jest": "^24.9.0",
"mkdirp": "^0.5.1",
"rollup": "^1.23.0",
"rollup-plugin-terser": "^5.1.2"
}
}