-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.42 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
{
"name": "fingerprint-pro-akamai-proxy-integration",
"version": "0.2.2",
"description": "Fingerprint Pro Akamai Proxy Integration",
"author": "FingerprintJS, Inc (https://fingerprint.com)",
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"test": "echo \"there are no tests planned\"",
"test:dts": "echo \"there are no typechecks planned\"",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore --max-warnings 0 .",
"lint:fix": "pnpm lint --fix",
"build": "ts-node build.ts",
"test:e2e": "pnpm playwright test --workers=8 --max-failures=1",
"test:mock-e2e": "ts-node scripts/mockTests.ts",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@fingerprintjs/commit-lint-dx-team": "^0.0.2",
"@fingerprintjs/conventional-changelog-dx-team": "^0.1.0",
"@fingerprintjs/eslint-config-dx-team": "^0.1.0",
"@fingerprintjs/prettier-config-dx-team": "^0.1.0",
"@fingerprintjs/tsconfig-dx-team": "^0.0.2",
"@playwright/test": "^1.42.1",
"@types/node": "^20.11.30",
"akamai-edgegrid": "^3.4.4",
"axios": "^1.6.8",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"husky": "^9.0.11",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.4.3"
},
"dependencies": {
"arg": "^5.0.2"
}
}