generated from samchon/backend
-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
41 lines (41 loc) · 1.1 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
{
"private": true,
"name": "@samchon/payments",
"version": "9.0.0",
"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",
"rimraf": "^5.0.5",
"typescript": "5.5.4"
}
}