rivet-stickers
Version:
Stickers for Indiana University's Rivet Design System
32 lines (31 loc) • 803 B
JSON
{
"name": "rivet-stickers",
"version": "0.3.1",
"description": "Stickers for Indiana University's Rivet Design System",
"files": [
"dist/**/*",
"src/**/*"
],
"type": "module",
"browser": "./dist/rivet-sticker-element.js",
"scripts": {
"build": "node scripts/build.js",
"start": "run-s build test",
"test": "astro dev --open"
},
"repository": {
"type": "git",
"url": "https://github.com/indiana-university/rivet-stickers"
},
"author": "Indiana University",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/indiana-university/rivet-stickers/issues"
},
"homepage": "https://github.com/indiana-university/rivet-stickers#readme",
"devDependencies": {
"astro": "4.5.2",
"npm-run-all": "4.1.5",
"vite": "5.1.6"
}
}