Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame] | 1 | { |
Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame] | 2 | "name": "material-icons", |
Renovate bot | 650e667 | 2024-02-09 00:15:10 +0000 | [diff] [blame^] | 3 | "version": "1.13.12", |
| 4 | "description": "Latest icon fonts and CSS for self-hosting material design icons.", |
Renovate bot | f591dcf | 2023-12-30 14:13:54 +0000 | [diff] [blame] | 5 | "browser": "iconfont/material-icons.css", |
| 6 | "sass": "iconfont/material-icons.scss", |
Renovate bot | 650e667 | 2024-02-09 00:15:10 +0000 | [diff] [blame^] | 7 | "types": "index.d.ts", |
Renovate bot | f591dcf | 2023-12-30 14:13:54 +0000 | [diff] [blame] | 8 | "files": [ |
Renovate bot | 650e667 | 2024-02-09 00:15:10 +0000 | [diff] [blame^] | 9 | "index.d.ts", |
| 10 | "_data/versions.json", |
Renovate bot | f591dcf | 2023-12-30 14:13:54 +0000 | [diff] [blame] | 11 | "css/*.{css,scss}", |
| 12 | "iconfont/*.{css,scss,woff,woff2}" |
| 13 | ], |
| 14 | "scripts": { |
| 15 | "check": "npm run download:metadata -- --status --dry-run", |
Renovate bot | 650e667 | 2024-02-09 00:15:10 +0000 | [diff] [blame^] | 16 | "update": "npm run download && npm run generate && npm run build", |
Renovate bot | f591dcf | 2023-12-30 14:13:54 +0000 | [diff] [blame] | 17 | "download": "npm run download:font && npm run download:metadata", |
| 18 | "download:font": "npx @material-design-icons/scripts download font --to iconfont", |
| 19 | "download:metadata": "npx @material-design-icons/scripts download metadata", |
Renovate bot | 650e667 | 2024-02-09 00:15:10 +0000 | [diff] [blame^] | 20 | "generate": "npm run generate:types", |
| 21 | "generate:types": "npx @material-design-icons/scripts generate types --in .", |
Renovate bot | f591dcf | 2023-12-30 14:13:54 +0000 | [diff] [blame] | 22 | "build": "npm run build:codepoints && npm run build:css && npm run build:css:min", |
| 23 | "build:codepoints": "node scripts/codepoints.js", |
| 24 | "build:css": "sass --no-source-map --no-error-css css iconfont", |
| 25 | "build:css:min": "sass --style compressed --no-source-map --no-error-css css/material-icons.scss:css/material-icons.min.css" |
| 26 | }, |
| 27 | "devDependencies": { |
Renovate bot | 650e667 | 2024-02-09 00:15:10 +0000 | [diff] [blame^] | 28 | "@material-design-icons/scripts": "0.5.1", |
| 29 | "opentype.js": "1.3.4", |
| 30 | "sass": "1.56.1" |
Renovate bot | f591dcf | 2023-12-30 14:13:54 +0000 | [diff] [blame] | 31 | }, |
| 32 | "license": "Apache-2.0", |
Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame] | 33 | "repository": { |
| 34 | "type": "git", |
| 35 | "url": "git+https://github.com/marella/material-icons.git" |
| 36 | }, |
Renovate bot | f591dcf | 2023-12-30 14:13:54 +0000 | [diff] [blame] | 37 | "bugs": { |
| 38 | "url": "https://github.com/marella/material-icons/issues" |
Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame] | 39 | }, |
Renovate bot | f591dcf | 2023-12-30 14:13:54 +0000 | [diff] [blame] | 40 | "homepage": "https://marella.github.io/material-icons/demo/", |
| 41 | "keywords": [ |
| 42 | "material-icons", |
| 43 | "material-design-icons", |
| 44 | "material-design", |
| 45 | "material", |
| 46 | "icons", |
| 47 | "iconfont", |
| 48 | "font", |
| 49 | "css", |
| 50 | "sass" |
| 51 | ] |
Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame] | 52 | } |