-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.2 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.2 KB
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
{
"name": "@vbots/primary-kit",
"description": "Primary kit for vk-io library",
"version": "0.1.5-alpha.5",
"main": "lib/index",
"types": "lib/index.d.ts",
"author": "xTCry [Vladislav Kh] (https://github.com/xTCry/)",
"license": "MIT",
"scripts": {
"up": "npm version patch",
"pub_": "npm publish --access public",
"prepare": "yarn run rollup:build && yarn run test",
"build": "yarn run rollup:build",
"watch": "yarn run rollup:build -w",
"test": "echo \"Ok\"",
"rollup:build": "rollup -c rollup.config.ts"
},
"devDependencies": {
"@types/node": "^14.14.10",
"@types/rollup-plugin-json": "^3.0.2",
"rollup": "^2.34.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.29.0",
"ts-node": "^9.0.0",
"typescript": "^4.1.2"
},
"dependencies": {
"@vbots/cmenu": "1.1.1",
"@vbots/session-storage": "^1.1.0",
"@vk-io/hear": "^1.0.2",
"@vk-io/scenes": "^1.0.0",
"@vk-io/session": "^2.0.0",
"vk-io": "^4.1.1"
}
}