-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.15 KB
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
46
47
48
49
{
"name": "gatsby-plugin-no-javascript-utils",
"version": "0.13.2",
"description": "The utils for static site without javascript",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=production node --test tests/*.spec.js"
},
"devDependencies": {
"@types/node": "^24.7.2",
"gatsby-plugin-utils": "^4.15.0"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"gatsby": {
"optional": true
}
},
"keywords": [
"gatsby",
"gatsby-plugin",
"no-javascript",
"no-sourcemaps",
"no-generator",
"no-inline-styles"
],
"files": [
"gatsby-node.js",
"gatsby-ssr.js",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/shoonia/gatsby-plugin-no-javascript-utils.git"
},
"bugs": {
"url": "https://github.com/shoonia/gatsby-plugin-no-javascript-utils/issues"
},
"author": {
"name": "Alexander Zaytsev",
"email": "zaytsev126@gmail.com",
"url": "https://x.com/_shoonia"
},
"homepage": "https://github.com/shoonia/gatsby-plugin-no-javascript-utils#readme",
"private": false,
"license": "MIT"
}