-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.49 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.49 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
48
49
50
51
52
{
"name": "placeholders.dev",
"version": "1.0.0",
"description": "Generate placeholder images with Cloudflare Workers in 330+ edge locations",
"keywords": [
"placeholders"
],
"homepage": "https://github.com/Cherry/placeholders.dev#readme",
"bugs": {
"url": "https://github.com/Cherry/placeholders.dev/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cherry/placeholders.dev.git"
},
"license": "MIT",
"author": "James Ross <james@jross.me> (https://jross.me)",
"scripts": {
"check-types": "tsc --noEmit",
"dev": "wrangler dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"publish": "wrangler deploy --verbose",
"publish:prod": "wrangler deploy --env production --verbose",
"publish:staging": "wrangler deploy --env staging --verbose",
"start:dev": "wrangler dev",
"test": "vitest run",
"test:watch": "vitest watch"
},
"devDependencies": {
"@adaptivelink/pops": "0.5.8",
"@cloudflare/vitest-pool-workers": "0.13.0",
"@cloudflare/workers-types": "4.20260313.1",
"@nodecraft/eslint-config": "47.0.2",
"@stylistic/eslint-plugin": "5.10.0",
"@types/sanitize-html": "2.16.1",
"eslint": "10.0.3",
"eslint-plugin-import-newlines": "2.0.0",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-n": "17.24.0",
"eslint-plugin-unicorn": "63.0.0",
"typescript-eslint": "8.57.0",
"sanitize-html": "2.17.1",
"typescript": "5.9.3",
"validate-color": "2.2.4",
"vitest": "4.1.0",
"wrangler": "4.73.0"
},
"engines": {
"node": ">=18"
}
}