-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 942 Bytes
/
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
{
"name": "phosphor-astro",
"version": "2.1.0",
"description": "Phosphor icons as Astro components",
"files": [
"*.astro",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.mjs",
"clean:all": "pnpm run \"/^clean:.*/\"",
"clean:download": "rm -rf phosphor-icons/ *.zip",
"clean:generated": "rm -rf ./*.astro LICENSE",
"download": "bash ./download.sh",
"prebuild": "pnpm run clean:generated",
"prepublish": "npm run build"
},
"keywords": [
"astro",
"astro-component",
"phosphor",
"icons",
"phosphor-icons"
],
"author": "Sean McPherson <[email protected]> (https://github.com/seanmcp)",
"repository": "https://github.com/seanmcp/phosphor-astro",
"homepage": "https://github.com/seanmcp/phosphor-astro#readme",
"license": "MIT",
"devDependencies": {
"astro": "^4.11.5",
"pascalcase": "^2.0.0"
}
}