generated from actions/hello-world-javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
34 lines (34 loc) · 934 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
{
"name": "sync-repo-docs-to-notion",
"version": "1.0.0",
"description": "Sync all repository md files to notion wiki",
"main": "index.js",
"scripts": {
"sync": "node index.js",
"lint": "eslint index.js",
"build": "ncc build index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/hello-world-javascript-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/actions/hello-world-javascript-action/issues"
},
"homepage": "https://github.com/actions/hello-world-javascript-action#readme",
"dependencies": {
"@notionhq/client": "^2.2.5",
"@tryfabric/martian": "^1.2.4",
"glob": "^10.3.0"
},
"devDependencies": {
"eslint": "^8.43.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1"
}
}