-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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": "notion-azure-catalog",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"local": "node src/local",
"build": "npm run lint && npm run test && npm run package",
"package": "ncc build src/index.js --license licenses.txt",
"test": "jest",
"lint": "eslint src",
"fix": "eslint --fix src"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@azure/arm-consumption": "^9.0.0",
"@azure/arm-resources": "^5.0.0",
"@azure/arm-resources-subscriptions": "^2.0.0",
"@azure/arm-subscriptions": "^4.0.0",
"@azure/identity": "^2.0.1",
"@notionhq/client": "^0.4.11",
"@tryfabric/martian": "^1.1.1",
"install": "^0.13.0",
"npm": "^8.3.0",
"object-hash": "^2.2.0",
"yaml": "^1.10.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"jest": "^27.4.5"
}
}