-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
33 lines (33 loc) · 1.09 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
{
"name": "ag",
"version": "1.0.0",
"description": "APIs.guru github pages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint src/assets/javascript/*.js",
"sass.all": "sass --update --style compressed --no-source-map ./src/assets/scss:./src/assets/stylesheets",
"sass": "npx sass --style compressed --no-source-map ./src/assets/scss/style.scss:./src/assets/stylesheets/style.css",
"debug": "DEBUG=Eleventy* npx eleventy --input=./src --output=./_site",
"build": "npx eleventy --input=./src --output=./_site",
"serve": "npx eleventy --serve --input=./src --output=./_site"
},
"author": "Mike Ralphson",
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"eleventy-xml-plugin": "^0.1.0",
"sass": "1.60"
},
"devDependencies": {
"eslint": "^8.36.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MikeRalphson/ag.git"
},
"bugs": {
"url": "https://github.com/MikeRalphson/ag/issues"
},
"homepage": "https://github.com/MikeRalphson/ag#readme"
}