-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "@vk-io/stateless-prompt",
"version": "1.0.1",
"description": "Stateless prompts for the library vk-io",
"license": "MIT",
"author": {
"name": "Vladlen (Negezor)",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/negezor/vk-io.git",
"directory": "packages/stateless-prompt"
},
"homepage": "https://github.com/negezor/vk-io#readme",
"bugs": "https://github.com/negezor/vk-io/issues",
"keywords": [
"vk",
"io",
"stateless",
"prompt"
],
"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"
}
}