-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
44
45
46
47
48
49
50
51
52
{
"name": "@smartpay/sdk-web",
"type": "module",
"version": "0.1.0",
"description": "Smartpay SDK Web",
"main": "build/index.js",
"scripts": {
"format": "prettier --write 'src/**/*.ts'",
"build": "tsc --build tsconfig.json",
"test": "npm run build && tape test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartpay-co/sdk-web.git"
},
"keywords": [
"bnpl",
"smartpay",
"sdk",
"node"
],
"author": "Smartpay Co. Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/smartpay-co/sdk-web/issues"
},
"homepage": "https://github.com/smartpay-co/sdk-web#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^