-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
41
{
"name": "dropbox-paper-cms",
"version": "1.1.0",
"description": "Using Dropbox Paper APIs to generate static content in Vuepress",
"main": "index.js",
"scripts": {
"lint:fix": "eslint --quiet --fix",
"test": "ava ./src/*.test.js"
},
"dependencies": {
"case-it": "^1.0.1",
"dotenv-defaults": "^2.0.1",
"node-fetch": "^2.6.1",
"promise-all-props": "^1.0.1"
},
"devDependencies": {
"ava": "^3.15.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^4.3.6",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HoukasaurusRex/dropbox-paper-cms.git"
},
"keywords": [
"vuepress",
"dropbox",
"paper",
"cms"
],
"author": "JT Houk <[email protected]> (https://jt.houkasaurus.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/HoukasaurusRex/dropbox-paper-cms/issues"
},
"homepage": "https://github.com/HoukasaurusRex/dropbox-paper-cms#readme"
}