-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.13 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
41
42
43
44
45
{
"name": "spike-datocms",
"description": "quick and easy interface to datocms content",
"version": "2.4.1",
"author": "Jeff Escalante",
"ava": {
"verbose": "true",
"serial": "true"
},
"bugs": "https://github.com/static-dev/spike-datocms/issues",
"dependencies": {
"datocms-client": "^0.5.2",
"es6bindall": "^0.0.9",
"joi": "^13.2.0",
"spike-util": "^1.3.0",
"when": "^3.7.8"
},
"devDependencies": {
"ava": "^0.25.0",
"codecov": "^3.0.4",
"husky": "^0.14.3",
"nyc": "^12.0.2",
"prettier": "^1.13.7",
"reshape-standard": "^3.3.0",
"rimraf": "^2.6.2",
"spike-core": "^2.3.0"
},
"engines": {
"node": ">= 6"
},
"homepage": "https://github.com/static-dev/spike-datocms",
"keywords": [
"spikeplugin"
],
"license": "MIT",
"main": "lib",
"repository": "static-dev/spike-datocms",
"scripts": {
"codecov": "nyc report -r lcovonly && codecov",
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
"lint": "prettier --no-semi --single-quote --write '**/*.js'",
"precommit": "npm run lint",
"test": "nyc ava"
}
}