-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 995 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
{
"name": "@rollcakejs/rollcake-router",
"version": "0.0.1",
"description": "🚦 The official router for RollCakeSpa.js.",
"main": "src/index.js",
"scripts": {
"lint": "eslint src --ext .js",
"lint:fix": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rollcakejs/rollcake-router.git"
},
"author": "Antonio Neto",
"license": "MIT",
"bugs": {
"url": "https://github.com/rollcakejs/rollcake-router/issues"
},
"homepage": "https://github.com/rollcakejs/rollcake-router#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"eslint": "^7.12.0"
},
"dependencies": {
"loadash": "^1.0.0",
"rxjs": "^6.6.3"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}