-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
46 lines (46 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
41
42
43
44
45
46
{
"name": "@gofynd/fdk-client-javascript",
"version": "1.4.14",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"lint": "eslint",
"test:standalone": "npm run build && npx cypress run",
"build": "webpack",
"prettier": "npx prettier -w ./sdk ./tests && npx tsc"
},
"author": "Jigar Dafda<[email protected]>",
"license": "ISC",
"dependencies": {
"axios": "^1.6.4",
"camelcase": "^6.3.0",
"joi": "^17.7.0",
"loglevel": "^1.8.1",
"query-string": "^7.1.3",
"@gofynd/fp-signature": "^1.0.1",
"@gofynd/flick": "^1.0.9"
},
"devDependencies": {
"axios-cookiejar-support": "^4.0.6",
"axios-mock-adapter": "^1.21.2",
"clean-webpack-plugin": "^4.0.0",
"coveralls": "^3.1.1",
"eslint": "^8.57.0",
"cypress": "^9.2.0",
"dotenv": "^16.0.3",
"jest": "^29.5.0",
"tough-cookie": "^4.1.2",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2"
},
"files": [
"sdk/**/*.js",
"sdk/**/*.d.ts",
"./*.js",
"./*.d.ts",
"!**.config.*",
"!dist",
"!cypress"
]
}