-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.73 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@cf-workers/turnstile-injection",
"private": true,
"scripts": {
"npm": "npm",
"postinstall": "husky install",
"release": "export $(cat .env) && semantic-release",
"build": "npm run clean && npm run build:webpack && npm run build:types && cp CHANGELOG.md dist/libs/@cf-workers/turnstile-injection && cp README.md dist/libs/@cf-workers/turnstile-injection && cp LICENSE dist/libs/@cf-workers/turnstile-injection && cp libs/@cf-workers/turnstile-injection/package.json dist/libs/@cf-workers/turnstile-injection/package.json && cp tests/test.spec.ts dist/libs/@cf-workers/turnstile-injection/example.spec.ts",
"build:dev": "MODE=development npm run build",
"build:webpack": "webpack",
"build:types": "dts-bundle-generator --no-banner -o ./dist/libs/@cf-workers/turnstile-injection/index.d.ts --project ./libs/@cf-workers/turnstile-injection/tsconfig.build.cjs.json --no-check --export-referenced-types=true ./libs/@cf-workers/turnstile-injection/src/index.ts",
"clean": "rm -rf dist test-reports",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier:repo": "prettier -u -w .",
"prettier:check": "prettier -u -c .",
"ts:check": "tsc -p tsconfig.json --noEmit"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240821.1",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.1.7",
"@semantic-release/npm": "12.0.1",
"@types/jasmine": "5.1.4",
"@types/node": "20.16.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"dts-bundle-generator": "9.5.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-es-roikoren": "3.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-toml": "0.11.1",
"eslint-plugin-unicorn": "55.0.0",
"eslint-plugin-unused-imports": "3.2.0",
"eslint-plugin-yml": "1.14.0",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"npm": "10.8.2",
"prettier": "3.3.3",
"prettier-plugin-toml": "2.0.1",
"raw-loader": "4.0.2",
"semantic-release": "24.1.0",
"ts-loader": "9.5.1",
"typescript": "5.5.4",
"webpack": "5.94.0",
"webpack-cli": "5.1.4"
},
"engines": {
"npm": "10.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/help-me-mom/cf-workers-turnstile-injection"
}
}