-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
42 lines (42 loc) · 988 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": "@vk-io/session",
"version": "2.2.1",
"description": "Session for the library vk-io",
"license": "MIT",
"author": {
"name": "Vladlen (Negezor)",
"email": "negezor@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/negezor/vk-io.git",
"directory": "packages/session"
},
"homepage": "https://github.com/negezor/vk-io#readme",
"bugs": "https://github.com/negezor/vk-io/issues",
"keywords": [
"vk",
"io",
"session"
],
"files": [
"lib",
"typings"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"sideEffects": false,
"engines": {
"node": ">=12.20.0"
},
"peerDependencies": {
"vk-io": "^4.0.0"
}
}