-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 991 Bytes
/
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
{
"private": true,
"name": "apparebit.com",
"description": "Sources for Robert Grimm’s https://apparebit.com",
"browserslist": [
"> 1%",
"not dead"
],
"type": "module",
"engineStrict": true,
"engines": {
"node": ">=12.10.0"
},
"scripts": {
"develop": "../siteforge/cli/main.js build develop -vv"
},
"prettier": {
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "always"
},
"site:forge": {
"doNotBuild": ".DS_Store|.git|.htaccess.old|penal-colony*|evidence",
"justCopy": [
"/aarrh6dhlwkj38ie8h9y1pmlzg3gyz.html",
"/ag15n4kd5e258tgmr3jocsrmfj06gn.html",
"/ahrefs_507c59b58696bbced85fda29c45d46b51ee1dd05a13c5fa9453b8f8edf470f5d",
"/googlee753ef1b651640a9.html"
],
"deploymentHost": "[email protected]:public_html/"
},
"dependencies": {}
}