-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 979 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
{
"name": "rafaj.dev-micropub",
"version": "1.0.0",
"description": "micropub server to post from anywhere to rafaj.dev",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node .",
"update-to-latest": "npm-check-updates -u && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielstaleiny/rafaj.dev-micropub.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielstaleiny/rafaj.dev-micropub/issues"
},
"homepage": "https://github.com/danielstaleiny/rafaj.dev-micropub#readme",
"dependencies": {
"@indiekit/indiekit": "0.1.0-alpha.23",
"@indiekit/store-github": "0.1.0-alpha.22",
"dotenv": "^8.2.0"
},
"devDependencies": {
"npm-check-updates": "^11.1.9",
"prettier": "^2.2.1",
"yaml": "^1.10.0"
},
"prettier": {
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"printWidth": 80
}
}