1 | {
|
2 | "name": "rivet-icons",
|
3 | "version": "3.0.0",
|
4 | "description": "Icons for Indiana University's Rivet Design System",
|
5 | "files": [
|
6 | "dist/**/*",
|
7 | "src/**/*"
|
8 | ],
|
9 | "type": "module",
|
10 | "browser": "./dist/rivet-icon-element.js",
|
11 | "scripts": {
|
12 | "build": "node scripts/build.js",
|
13 | "start": "run-s build test",
|
14 | "test": "astro dev --open"
|
15 | },
|
16 | "repository": {
|
17 | "type": "git",
|
18 | "url": "https://github.com/indiana-university/rivet-icons"
|
19 | },
|
20 | "author": "Indiana University",
|
21 | "license": "BSD-3-Clause",
|
22 | "bugs": {
|
23 | "url": "https://github.com/indiana-university/rivet-icons/issues"
|
24 | },
|
25 | "homepage": "https://github.com/indiana-university/rivet-icons#readme",
|
26 | "devDependencies": {
|
27 | "astro": "4.5.2",
|
28 | "npm-run-all": "4.1.5",
|
29 | "vite": "5.1.6"
|
30 | }
|
31 | }
|