forked from rancher/icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.63 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@pasturestack/icon-font",
"version": "2.0.0-alpha.0",
"private": true,
"description": "Compatibility-preserving UI icon font for PastureStack",
"repository": {
"type": "git",
"url": "git+https://github.com/PastureStack/icon-font.git"
},
"files": [
"CHANGES.md",
"LICENSE",
"LICENSES/",
"PROVENANCE.md",
"THIRD_PARTY_MARKS.md",
"UPSTREAM_ATTRIBUTION.md",
"codepoints.json",
"demo.html",
"features.scss",
"fonts/",
"scripts/",
"source-manifest.json",
"src/",
"style.css",
"style.scss",
"variables.scss"
],
"scripts": {
"build": "node scripts/build.mjs",
"audit": "node scripts/audit.mjs",
"audit:dependencies": "npm audit --audit-level=moderate",
"audit:signatures": "npm audit signatures",
"test": "npm run build && npm run audit && npm run verify:reproducible && npm run audit:signatures && npm run audit:dependencies",
"verify:reproducible": "node scripts/verify-reproducible.mjs"
},
"author": "PastureStack contributors",
"license": "SEE LICENSE IN LICENSES/README.md",
"packageManager": "npm@12.0.2",
"engines": {
"node": "24.18.0",
"npm": "12.0.2"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "24.18.0",
"onFail": "error"
},
"packageManager": {
"name": "npm",
"version": "12.0.2",
"onFail": "error"
}
},
"devDependencies": {
"lucide-static": "1.25.0",
"opentype.js": "1.3.4",
"svg2ttf": "6.1.0",
"svgicons2svgfont": "15.0.1",
"ttf2woff": "3.0.0",
"ttf2woff2": "8.0.1"
},
"allowScripts": {
"ttf2woff2@8.0.1": true
}
}