-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.56 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ya2checkout",
"repository": {
"type": "git",
"url": "https://github.com/VLZH/ya2checkout"
},
"author": {
"name": "vlzh",
"url": "https://github.com/VLZH"
},
"description": "Wrapper for 2checkout REST API v6",
"keywords": [
"payments",
"2checkout",
"purchase",
"ecommerce"
],
"bugs": {
"url": "https://github.com/VLZH/ya2checkout/issues"
},
"version": "0.0.2",
"main": "dist/ya2checkout.cjs.development.js",
"typings": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsdx build --target node",
"test": "tsdx test"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.0",
"@types/axios": "^0.14.0",
"@types/dateformat": "^3.0.1",
"@types/dotenv": "^8.2.0",
"@types/faker": "^4.1.9",
"@types/jest": "^25.1.0",
"@types/jsdom": "^16.1.0",
"@types/node": "^13.5.1",
"@types/qs": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-prettier": "^3.1.2",
"faker": "^4.1.0",
"prettier": "^1.19.1",
"ts-jest": "^25.0.0",
"tsdx": "^0.12.3",
"typescript": "^3.7.5"
},
"dependencies": {
"axios": "^0.19.2",
"dateformat": "^3.0.3",
"got": "^10.3.0",
"jsdom": "^16.2.1",
"qs": "^6.9.1"
}
}