-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.69 KB
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
{
"name": "fastly-integration",
"version": "2.1.0",
"private": true,
"type": "module",
"scripts": {
"test": "echo \"there are no tests planned\"",
"test:dts": "echo \"there are no typechecks planned\"",
"lint": "eslint --max-warnings 0",
"lint:fix": "pnpm lint --fix",
"build": "node --experimental-strip-types src/build.ts",
"build:ci": "node --experimental-strip-types src/ci-build.ts",
"ci": "node --experimental-strip-types src/scripts/ci.ts",
"test:mock-e2e": "node --experimental-strip-types src/scripts/mockTests.ts",
"prepare": "husky",
"changeset:publish": "HUSKY=0 changeset publish",
"changeset:version": "changeset version"
},
"lint-staged": {
"*.ts": "pnpm run lint:fix"
},
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.31.1",
"@commitlint/cli": "^21.2.1",
"@fingerprintjs/changesets-changelog-format": "^0.2.0",
"@fingerprintjs/commit-lint-dx-team": "^0.1.0",
"@fingerprintjs/conventional-changelog-dx-team": "^0.2.0",
"@fingerprintjs/eslint-config-dx-team": "^3.0.0",
"@fingerprintjs/prettier-config-dx-team": "^0.3.0",
"@fingerprintjs/tsconfig-dx-team": "^0.0.2",
"@types/node": "^26.1.1",
"arg": "^5.0.2",
"commitizen": "^4.3.2",
"cs-conventional-changelog": "^1.0.8",
"dotenv": "^17.4.2",
"eslint": "^10.0.0",
"fastly": "^16.0.0",
"husky": "^9.1.7",
"lint-staged": "^17.1.0",
"prettier": "^3.0.0",
"tslib": "^2.8.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.0.0"
},
"packageManager": "pnpm@11.15.1+sha512.81350b07e53c9538a02f1f2303b4290fa2d7be04e56e2a970c4cc4b417dc761de196edabd49d55c7dc9580db81007c44143e4e3d7e462b3000d23c255122d065"
}