forked from roxiness/routify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "@sveltech/routify",
"version": "1.0.1-12",
"description": "![](./routify.png)",
"main": "lib/index.js",
"svelte": "runtime/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jakobrosenberg/svelte-filerouter.git"
},
"author": "jakobrosenberg@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/jakobrosenberg/svelte-filerouter/issues"
},
"homepage": "https://github.com/jakobrosenberg/svelte-filerouter#readme",
"scripts": {
"eslint": "eslint lib plugins runtime",
"prettier": "prettier '{lib,plugins,runtime}/**/*.{js,svelte}'",
"lint": "npm run eslint",
"lint:fix": "npm run prettier -- --write && npm run eslint -- --fix",
"test:nollup": "thc --nollup",
"test": "thc"
},
"dependencies": {
"cheap-watch": "^1.0.2",
"commander": "^4.0.1",
"rollup-pluginutils": "^2.8.2"
},
"bin": {
"routify": "./plugins/cli.js"
},
"directories": {
"lib": "lib"
},
"devDependencies": {
"svelte": "^3.16.0",
"test-hmr": "0.1.0-4"
}
}