-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
40 lines (40 loc) · 1011 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
38
39
40
{
"name": "@react-finland/content",
"version": "0.0.0-development",
"description": "React Finland content",
"main": "./src",
"scripts": {
"format": "prettier ./src/**/{*.js,*.json} --write",
"test": "node tests.js",
"precommit": "npm test",
"postcommit": "commitlint -e",
"preversion": "npm test",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"commitlint": "^6.1.3",
"graphql": "^0.13.2",
"graphql-tools": "^3.0.0",
"husky": "^0.14.3",
"prettier": "^1.12.1",
"semantic-release": "^15.1.7",
"travis-deploy-once": "^4.4.1"
},
"peerDependencies": {
"graphql-tools": ">= 2.0.0 < 3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ReactFinland/content.git"
},
"bugs": {
"url": "https://github.com/ReactFinland/content/issues"
},
"dependencies": {
"require-dir": "^1.0.0"
}
}