-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.1 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@mntm/stats",
"version": "1.0.0",
"type": "module",
"main": "./lib/index.js",
"module": "./lib/index.js",
"jsnext:main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": [
"./lib/launch.js"
],
"author": {
"name": "Anton Petrov",
"email": "[email protected]",
"url": "https://petrov.engineer"
},
"description": "A package for integrating analytics tools",
"license": "MIT",
"keywords": [
"vk",
"vkcom",
"vkontakte",
"gtm",
"google-tag-manager",
"amplitude",
"fb",
"facebook",
"pixel",
"stats",
"statistics",
"analytics"
],
"homepage": "https://github.com/maxi-team/stats",
"bugs": "https://github.com/maxi-team/stats/issues",
"repository": {
"type": "git",
"url": "https://github.com/maxi-team/stats.git"
},
"scripts": {
"build": "shx rm -rf lib && tsc"
},
"devDependencies": {
"@mntm/eslint-config": "^1.3.1",
"@types/amplitude-js": "^8.16.2",
"eslint": "^8.32.0",
"shx": "^0.3.4",
"typescript": "^4.9.4"
},
"dependencies": {
"ssr-window": "^4.0.2"
}
}