-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 936 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
{
"name": "analytics-async",
"version": "0.0.7",
"description": "The hassle-free way to integrate analytics into any node application w/o dropping API calls.",
"main": "index.js",
"type": "module",
"exports": {
"import": "./index.js",
"require": "./index.cjs"
},
"scripts": {
"start": "node index.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Cyclic Software",
"url": "https://www.cyclic.sh"
},
"contributors": [
"Kam Lasater (https://github.com/seekayel)"
],
"homepage": "https://github.com/cyclic-software/analytics-async",
"repository": "github:cyclic-software/analytics-async",
"keywords": [
"segment",
"segmentio",
"analytics",
"analytics-node",
"analytics-async",
"serverless",
"cyclic"
],
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"md5": "^2.3.0",
"uuid": "^8.3.2"
}
}