11{
2- "name" : " cdn-cache-control" ,
3- "version" : " 1.2.0" ,
4- "description" : " Easy, opinionated CDN cache header handling" ,
5- "homepage" : " https://github.com/ascorbic/cdn-cache-control" ,
6- "repository" : " ascorbic/cdn-cache-control" ,
7- "main" : " dist/index.js" ,
8- "type" : " module" ,
9- "types" : " dist/index.d.ts" ,
10- "files" : [
11- " dist" ,
12- " src"
13- ],
14- "exports" : {
15- "." : {
16- "deno" : " ./src/index.ts" ,
17- "import" : {
18- "types" : " ./dist/index.d.ts" ,
19- "default" : " ./dist/index.js"
20- },
21- "require" : {
22- "types" : " ./dist/index.d.cts" ,
23- "default" : " ./dist/index.cjs"
24- }
25- }
26- },
27- "tsup" : {
28- "entry" : [
29- " src/index.ts"
30- ],
31- "splitting" : false ,
32- "sourcemap" : true ,
33- "clean" : true ,
34- "dts" : true ,
35- "format" : [
36- " esm" ,
37- " cjs"
38- ]
39- },
40- "scripts" : {
41- "build" : " tsup" ,
42- "lint:types" : " attw --pack ." ,
43- "lint:package" : " publint" ,
44- "lint:prettier" : " prettier --check src" ,
45- "lint" : " pnpm run '/^lint:.*/'" ,
46- "test" : " pnpm build && node --test" ,
47- "tsdoc" : " tsdoc --src=src/index.ts && prettier --write README.md"
48- },
49- "keywords" : [],
50- "author" :
" Matt Kane <[email protected] >" ,
51- "license" : " MIT" ,
52- "devDependencies" : {
53- "@arethetypeswrong/cli" : " ^0.15.3" ,
54- "@changesets/cli" : " ^2.27.7" ,
55- "@types/node" : " ^20.14.2" ,
56- "prettier" : " ^3.3.1" ,
57- "publint" : " ^0.2.8" ,
58- "tsdoc-markdown" : " ^0.6.0" ,
59- "tsup" : " ^8.1.0" ,
60- "typescript" : " ^5.5.3"
61- },
62- "packageManager" :
" [email protected] +sha1.bb42032ff80dba5f9245bc1b03470d2fa0b7fb2f" 2+ "name" : " cdn-cache-control" ,
3+ "version" : " 1.2.0" ,
4+ "description" : " Easy, opinionated CDN cache header handling" ,
5+ "homepage" : " https://github.com/ascorbic/cdn-cache-control" ,
6+ "repository" : " ascorbic/cdn-cache-control" ,
7+ "main" : " dist/index.js" ,
8+ "type" : " module" ,
9+ "types" : " dist/index.d.ts" ,
10+ "files" : [
11+ " dist" ,
12+ " src"
13+ ],
14+ "exports" : {
15+ "." : {
16+ "deno" : " ./src/index.ts" ,
17+ "import" : {
18+ "types" : " ./dist/index.d.ts" ,
19+ "default" : " ./dist/index.js"
20+ },
21+ "require" : {
22+ "types" : " ./dist/index.d.cts" ,
23+ "default" : " ./dist/index.cjs"
24+ }
25+ }
26+ },
27+ "tsup" : {
28+ "entry" : [
29+ " src/index.ts"
30+ ],
31+ "splitting" : false ,
32+ "sourcemap" : true ,
33+ "clean" : true ,
34+ "dts" : true ,
35+ "format" : [
36+ " esm" ,
37+ " cjs"
38+ ]
39+ },
40+ "scripts" : {
41+ "build" : " tsup" ,
42+ "lint:types" : " attw --pack ." ,
43+ "lint:package" : " publint" ,
44+ "lint:prettier" : " prettier --check src" ,
45+ "publish" : " changeset publish && npx jsr publish" ,
46+ "lint" : " pnpm run '/^lint:.*/'" ,
47+ "test" : " pnpm build && node --test" ,
48+ "tsdoc" : " tsdoc --src=src/index.ts && prettier --write README.md"
49+ },
50+ "keywords" : [],
51+ "author" :
" Matt Kane <[email protected] >" ,
52+ "license" : " MIT" ,
53+ "devDependencies" : {
54+ "@arethetypeswrong/cli" : " ^0.15.3" ,
55+ "@changesets/cli" : " ^2.27.7" ,
56+ "@types/node" : " ^20.14.2" ,
57+ "prettier" : " ^3.3.1" ,
58+ "publint" : " ^0.2.8" ,
59+ "tsdoc-markdown" : " ^0.6.0" ,
60+ "tsup" : " ^8.1.0" ,
61+ "typescript" : " ^5.5.3"
62+ },
63+ "packageManager" :
" [email protected] +sha1.bb42032ff80dba5f9245bc1b03470d2fa0b7fb2f" 6364}
0 commit comments