UNPKG

814 BJSONView Raw
1{
2 "name": "gatsby-plugin-draft",
3 "version": "0.2.0",
4 "description": "Gatsby plugin for adding draft field",
5 "main": "index.js",
6 "license": "MIT",
7 "private": false,
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/shooontan/gatsby-plugin-draft.git"
11 },
12 "dependencies": {
13 "moment-timezone": "^0.5.33"
14 },
15 "devDependencies": {
16 "glob": "^7.1.7",
17 "gray-matter": "^4.0.3",
18 "jest": "^27.0.1",
19 "mockdate": "^3.0.5",
20 "prettier": "^2.3.0"
21 },
22 "peerDependencies": {
23 "gatsby": "^3.0.0"
24 },
25 "scripts": {
26 "lint": "prettier --check './**/*.js'",
27 "test": "jest --coverage"
28 },
29 "files": [
30 "index.js",
31 "gatsby-node.js",
32 "utils.js"
33 ],
34 "keywords": [
35 "gatsby",
36 "gatsby-plugin",
37 "draft",
38 "released",
39 "published"
40 ]
41}