-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.03 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": "payok",
"version": "2.0.0",
"description": "Node JS module for payok.io with types",
"main": "./dist/index.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "bunx @biomejs/biome check ./src",
"lint:fix": "bun lint --apply",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kravetsone/payok.git"
},
"keywords": [
"qiwi",
"payment",
"payment-manager",
"cards",
"payok",
"qiwi-p2p"
],
"author": "kravets",
"license": "ISC",
"bugs": {
"url": "https://github.com/kravetsone/payok/issues"
},
"homepage": "https://github.com/kravetsone/payok#readme",
"dependencies": {
"fastify": "^4.26.0"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@types/node": "^20.11.16",
"typescript": "^5.3.3"
},
"files": [
"dist"
]
}