-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 951 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
{
"author": {
"email": "[email protected]",
"name": "Matthew Fernando Garcia"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.46",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.0",
"babel-jest": "^24.0.0",
"eslint": "^6.0.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-flowtype": "^4.0.0",
"eslint-plugin-import": "^2.9.0",
"flow-bin": "^0.123.0",
"husky": "^3.0.0",
"jest": "^24.0.0",
"lint-staged": "^10.0.0",
"prettier": "1.19.1",
"semantic-release": "^15.4.1"
},
"license": "MIT",
"private": true,
"repository": "wtgtybhertgeghgtwtg/scripts",
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"workspaces": [
"packages/*{,/__tests__/fixtures/*}"
],
"version": "0.0.0-semantic-release"
}