-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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": "@zardoy/vk-params",
"description": "Helper for working with vk-mini-apps launch params",
"version": "0.0.0-development",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"repository": "git@github.com:zardoy/vk-params.git",
"author": "Vitaly Turovsky <vital2580@icloud.com>",
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/jsdom": "^16.2.5",
"jest": "^26.6.3",
"jest-environment-jsdom": "^26.6.2",
"jest-environment-jsdom-global": "^2.0.4",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"scripts": {
"prepublishOnly": "tsc",
"test": "jest"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "jest-environment-jsdom-global",
"rootDir": "tests"
},
"keywords": [
"typescript",
"utility",
"util",
"javascript",
"js",
"vk",
"vkontakte",
"vk-mini-apps",
"launch params"
]
}