forked from samchon/payments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"private": true,
"name": "@samchon/payments",
"version": "6.0.6",
"description": "Collection of Payment system of Samchon",
"scripts": {
"package:latest": "node deploy latest",
"package:next": "node deploy next",
"package:tgz": "node deploy tgz",
"prettier": "prettier packages/*/src/**/*.ts --write && prettier packages/*/test/**/*.ts --write",
"test": "npm run package:tgz"
},
"repository": {
"type": "git",
"url": "https://github.com/samchon/payments"
},
"keywords": [
"payment",
"iamport",
"toss",
"toss-payments",
"fake",
"SDK"
],
"author": "Jeongho Nam",
"license": "MIT",
"bugs": {
"url": "https://github.com/samchon/payments/issues"
},
"homepage": "https://github.com/samchon/payments#readme",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint-plugin-deprecation": "^2.0.0",
"prettier": "^3.2.4",
"prettier-plugin-prisma": "^5.0.0",
"typescript": "^5.3.2"
}
}