-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 830 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 830 Bytes
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": "heap-io-nodejs",
"license": "MIT",
"author": {
"name": "Faizan Ali",
"email": "faizanali619@gmail.com",
"website": "https://faizanali.com"
},
"version": "0.0.4",
"description": "A Node.js client for Heap.io",
"keywords": [
"heap",
"analytics",
"client",
"heap client",
"heap.io",
"heap node.js",
"heap nodejs"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"lint:fix": "npx @biomejs/biome format --write "
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^22.7.5",
"typescript": "^5.5.3"
},
"dependencies": {
"axios": "^1.7.7"
},
"repository": {
"url": "https://github.com/faizan-ali/heap-io-nodejs",
"type": "git"
}
}