react-dvd-screensaver
Version:
DVD-era nostalgia in React
35 lines (34 loc) • 741 B
JSON
{
"name": "react-dvd-screensaver",
"description": "DVD-era nostalgia in React",
"version": "0.1.1",
"main": "dist/index.js",
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"repository": "git@github.com:samuelweckstrom/react-dvd-screensaver.git",
"author": "Samuel Weckström",
"license": "MIT",
"peerDependencies": {
"react": "^16.3 || ^17.0 || ^18.0 || ^19.0",
"react-dom": "^16.3 || ^17.0 || ^18.0 || ^19.0"
},
"sideEffects": false,
"type": "module",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup"
},
"keywords": [
"react",
"dvd",
"screensaver",
"marquee",
"nostalgia"
]
}