-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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": "boostnote-github-sync",
"version": "0.0.1",
"description": "Sync BoostNote notes into Github Private Repository",
"main": "dist/index.js",
"scripts": {
"test": "npm test",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/dpjayasekara/boostnote-github-sync.git"
},
"pre-commit": [
"lint"
],
"keywords": [
"boostnote",
"github"
],
"author": "Deepal Jayasekara <dpjayasekara@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dpjayasekara/boostnote-github-sync/issues"
},
"homepage": "https://github.com/dpjayasekara/boostnote-github-sync#readme",
"dependencies": {
"@dpjayasekara/tscore": "0.8.0",
"cson": "5.1.0",
"dotenv": "6.2.0",
"request": "2.88.0"
},
"devDependencies": {
"eslint": "5.14.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"pre-commit": "1.2.2"
}
}