-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.65 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
{
"name": "@fingerprintjs/fingerprint-pro-cloudfront-lambda-function",
"version": "1.0.2",
"description": "Fingerprint Pro CloudFront lambda@edge function",
"author": "FingerprintJS, Inc (https://fingerprint.com)",
"license": "MIT",
"scripts": {
"build": "rimraf dist && rollup -c rollup.config.js",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore --max-warnings 0 src/",
"lint:fix": "yarn lint --fix",
"test": "jest --coverage",
"test:dts": "tsc --noEmit --isolatedModules dist/fingerprintjs-pro-cloudfront-lambda-function.d.ts"
},
"main": "dist/fingerprintjs-pro-cloudflare-lambda-function.js",
"sideEffects": false,
"files": [
"dist"
],
"dependencies": {
"aws-sdk": "^2.1234.0",
"punycode": "^2.1.1",
"winston": "^3.8.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@types/aws-lambda": "^8.10.107",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.9",
"@types/punycode": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"dotenv": "^16.0.3",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"prettier": "^2.8.0",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-license": "^2.8.1",
"ts-jest": "^29.0.3",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"whatwg-fetch": "^3.6.2"
}
}