forked from sdorra/gatsby-transformer-plaintext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 761 Bytes
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
{
"name": "gatsby-transformer-source-code",
"version": "0.1.2",
"description": "Gatsby transformer plugin for source code files",
"type": "module",
"main": "index.js",
"repository": "https://github.com/ayan4m1/gatsby-transformer-source-code",
"bugs": {
"url": "https://github.com/ayan4m1/gatsby-transformer-source-code/issues"
},
"author": "ayan4m1 <andrew@bulletlogic.com>",
"license": "MIT",
"private": false,
"keywords": [
"gatsby",
"gatsby-plugin",
"source-code",
"text"
],
"peerDependencies": {
"gatsby": "^5.13.7"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"prettier": "^3.3.3"
},
"scripts": {
"test": "jest"
},
"engines": {
"node": ">=16.x"
}
}