-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 902 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
{
"name": "ga-mp-tester",
"type": "module",
"version": "1.0.0",
"description": "Send test data by using Google Analytics 4 Measurement Protocol",
"homepage": "https://jooy2.com",
"main": "src/runner.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/jooy2/ga-dummy-generator.git"
},
"bugs": {
"url": "https://github.com/jooy2/vutron/issues"
},
"scripts": {
"start": "node src/runner.js"
},
"author": "jooy2 <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"axios": "^1.4.0",
"dotenv": "^16.0.3",
"random-useragent": "^0.5.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"eslint": "^8.37.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.7"
}
}