-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 897 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
{
"name": "@devinle/radar",
"version": "1.0.9",
"description": "A router.",
"main": "dist/radar.js",
"repository": "https://github.com/devinle/radar.git",
"author": "Devin Leggett",
"license": "MIT",
"scripts": {
"lint": "eslint ./src --fix",
"build": "webpack",
"test": "jest"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"eslint": "^5.15.3",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"jest": "^24.3.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"@devinle/sonar": "^1.0.23",
"babel-jest": "^24.3.1",
"path": "^0.12.7"
},
"bugs": {
"url": "https://github.com/devinle/radar/issues"
},
"homepage": "https://github.com/devinle/radar#readme",
"directories": {
"test": "tests"
}
}