UNPKG

1.05 kBJSONView Raw
1{
2 "name": "gatsby-source-kibela",
3 "version": "0.0.1",
4 "description": "Gatsby source plugin for Kibela.",
5 "license": "MIT",
6 "author": "shooontan",
7 "engines": {
8 "npm": ">=7"
9 },
10 "main": "gatsby-node.js",
11 "scripts": {
12 "build": "tsc",
13 "lint": "eslint --ext .ts --max-warnings 0 ./src",
14 "test": "jest",
15 "typecheck": "tsc --noEmit"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/shooontan/gatsby-source-kibela.git"
20 },
21 "dependencies": {
22 "camelcase": "^6.2.0",
23 "node-fetch": "^2.6.2"
24 },
25 "devDependencies": {
26 "@shooontan/eslint-config-ts": "^1.0.0",
27 "@shooontan/tsconfig": "^0.0.1",
28 "@swc/core": "^1.2.102",
29 "@swc/jest": "^0.2.5",
30 "@types/jest": "^27.0.2",
31 "eslint": "^8.1.0",
32 "gatsby": "^4.0.0",
33 "jest": "^27.3.1",
34 "nock": "^13.1.4",
35 "prettier": "^2.4.1",
36 "typescript": "^4.4.4"
37 },
38 "files": [
39 "gatsby-node.js",
40 "dist"
41 ],
42 "keywords": [
43 "gatsby",
44 "gatsby-plugin",
45 "gatsby-source-plugin",
46 "Kibela"
47 ]
48}