|
1 | 1 | { |
2 | 2 | "name": "github-proxy", |
| 3 | + "type": "module", |
3 | 4 | "private": true, |
4 | 5 | "description": "GitHub proxy on Cloudflare Workers", |
5 | | - "repository": "https://github.com/mchaNetwork/github-proxy", |
6 | | - "license": "MIT", |
7 | 6 | "author": "mochaaP <npm@mochaa.ws>", |
8 | | - "type": "module", |
| 7 | + "license": "MIT", |
| 8 | + "repository": "https://github.com/mchaNetwork/github-proxy", |
9 | 9 | "main": "dist/_worker.js", |
10 | 10 | "scripts": { |
11 | 11 | "build": "rimraf dist && parcel build", |
12 | 12 | "deploy": "bun run test && bun run build && wrangler pages deploy dist", |
13 | 13 | "lint": "eslint .", |
14 | 14 | "size": "size-limit", |
15 | | - "start": "wrangler pages dev dist --compatibility-date=2024-01-01", |
| 15 | + "start": "wrangler pages dev dist --compatibility-date=2024-12-01", |
16 | 16 | "test": "bun run lint && bun run size" |
17 | 17 | }, |
18 | 18 | "browserslist": "Firefox ESR, iOS >= 12.5, Chrome >= 87", |
| 19 | + "peerDependencies": { |
| 20 | + "typescript": "^5.3" |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "nord": "nordtheme/nord", |
| 24 | + "ress": "^5.0.2", |
| 25 | + "worktop": "next" |
| 26 | + }, |
| 27 | + "devDependencies": { |
| 28 | + "@cloudflare/workers-types": "4.20241218.0", |
| 29 | + "@mochaa/eslintrc": "0.1.12", |
| 30 | + "@size-limit/preset-small-lib": "11.1.6", |
| 31 | + "eslint": "9.17.0", |
| 32 | + "parcel": "2.12.0", |
| 33 | + "rimraf": "6.0.1", |
| 34 | + "size-limit": "11.1.6", |
| 35 | + "svgo": "3.3.2", |
| 36 | + "wrangler": "3.97.0" |
| 37 | + }, |
19 | 38 | "eslintConfig": { |
20 | 39 | "env": { |
21 | 40 | "es2024": true, |
|
50 | 69 | "dist" |
51 | 70 | ] |
52 | 71 | }, |
53 | | - "dependencies": { |
54 | | - "nord": "nordtheme/nord", |
55 | | - "ress": "^5.0.2", |
56 | | - "worktop": "next" |
57 | | - }, |
58 | | - "devDependencies": { |
59 | | - "@cloudflare/workers-types": "4.20241218.0", |
60 | | - "@size-limit/preset-small-lib": "11.1.6", |
61 | | - "parcel": "2.12.0", |
62 | | - "rimraf": "6.0.1", |
63 | | - "size-limit": "11.1.6", |
64 | | - "wrangler": "3.97.0", |
65 | | - "xo": "0.60.0" |
66 | | - }, |
67 | | - "peerDependencies": { |
68 | | - "typescript": "^5.3" |
69 | | - }, |
70 | 72 | "@parcel/transformer-css": { |
71 | 73 | "drafts": { |
72 | 74 | "nesting": true |
|
0 commit comments