-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
68 lines (68 loc) · 1.56 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
67
68
{
"name": "@playform/compress",
"version": "0.1.6",
"private": false,
"description": "🗜️ Compress —",
"keywords": [
"astro",
"astro-component",
"astro-integration",
"@playform/compress",
"compress",
"minify",
"css",
"html",
"image",
"javascript",
"performance",
"svg",
"withastro",
"playform"
],
"homepage": "HTTPS://GitHub.Com/PlayForm/Compress#readme",
"bugs": {
"url": "HTTPS://GitHub.Com/PlayForm/Compress/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlayForm/Compress.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "🖋️ Source — 👐🏻 Open —",
"email": "Source/[email protected]",
"url": "HTTPS://PlayForm.LTD"
},
"type": "module",
"main": "./Target/Function/Integration.js",
"types": "./Target/Function/Integration.d.ts",
"scripts": {
"Run": "Build 'Source/**/*.ts' --Watch --ESBuild Configuration/ESBuild.ts",
"prepublishOnly": "Build 'Source/**/*.ts' --ESBuild Configuration/ESBuild.ts"
},
"dependencies": {
"@playform/pipe": "0.1.1",
"@types/csso": "5.0.4",
"@types/html-minifier-terser": "7.0.2",
"astro": "*",
"commander": "12.1.0",
"csso": "5.0.5",
"deepmerge-ts": "7.1.3",
"fast-glob": "3.3.2",
"html-minifier-terser": "7.2.0",
"kleur": "4.1.5",
"lightningcss": "1.28.1",
"sharp": "0.33.5",
"svgo": "3.3.2",
"terser": "5.36.0"
},
"devDependencies": {
"@playform/build": "0.1.8",
"browserslist": "4.24.2",
"lightningcss": "1.28.1"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}