-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "@factorial/eleventy-plugin-fstack",
"description": "@factorial/stack out of the box config for eleventy",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/factorial-io/eleventy-plugin-fstack.git"
},
"author": "Dennis Jauernig <[email protected]>",
"keywords": [
"Factorial Stack",
"@factorial",
"fstack",
"eleventy",
"11ty",
"eleventy-plugin"
],
"bugs": {
"url": "https://github.com/factorial-io/eleventy-plugin-fstack/issues"
},
"homepage": "https://github.com/factorial-io/eleventy-plugin-fstack#readme",
"devDependencies": {
"eslint": "^8.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.2.9",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.0"
}
}