-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 996 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
39
40
{
"name": "@axiomhq/cloudflare",
"version": "0.1.0",
"description": "send logs form cloudflare to axiom",
"main": "src/worker.js",
"author": "Axiom, Inc.",
"scripts": {
"format": "eslint '*/**/*.{js,ts}' --quiet --fix",
"lint": "eslint '*/**/*.{js,ts}'"
},
"contributors": [
"Islam Schehata <[email protected]>",
"Arne Bahlo <[email protected]>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/axiomhq/cloudflare.git"
},
"keywords": [
"axiom",
"cloudflare"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/axiomhq/cloudflare/issues"
},
"homepage": "https://github.com/axiomhq/cloudflare#readme",
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.8.3"
},
"engines": {
"node": ">=14"
}
}