-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 997 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
41
42
{
"name": "@mntm/metrika",
"version": "2.2.0",
"main": "dist/index.js",
"module": "dist/index.js",
"jsnext:main": "dist/index.js",
"types": "dist/index.d.ts",
"author": {
"name": "Anton Petrov",
"email": "[email protected]",
"url": "https://petrov.engineer"
},
"description": "Analytics for VK Mini Apps.",
"license": "MIT",
"keywords": [
"vk",
"vkontakte",
"vkcom",
"vkapps",
"vk-apps",
"analytics",
"metrika"
],
"homepage": "https://github.com/maxi-team/metrika",
"bugs": "https://github.com/maxi-team/metrika/issues",
"repository": {
"type": "git",
"url": "https://github.com/maxi-team/router.git"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore ."
},
"dependencies": {
"uuid-random": "^1.3.2"
},
"devDependencies": {
"@mntm/eslint-config": "^0.2.0",
"eslint": "^7.8.0",
"typescript": "^4.0.2"
}
}