ascii-blobs
Version:
animated ASCII character backgrounds using gaussian blob/metaball rendering
97 lines (96 loc) • 2.44 kB
JSON
{
"name": "ascii-blobs",
"version": "1.0.4",
"description": "animated ASCII character backgrounds using gaussian blob/metaball rendering",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./vanilla": {
"import": "./dist/vanilla.mjs",
"require": "./dist/vanilla.cjs",
"types": "./dist/vanilla.d.ts"
},
"./dist/style.css": "./dist/ascii-blobs.css",
"./dist/ascii-blobs.css": "./dist/ascii-blobs.css",
"./package.json": "./package.json"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"demo": "npm run build && npx serve . -l 3000",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepublishOnly": "npm run build"
},
"keywords": [
"ascii",
"ascii-art",
"animation",
"background",
"blob",
"metaball",
"gaussian",
"canvas",
"react",
"typescript",
"organic",
"screensaver",
"visual-effects"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DaanHessen/ASCII-blobs/"
},
"bugs": {
"url": "https://github.com/DaanHessen/ASCII-blobs/issues"
},
"homepage": "https://github.com/DaanHessen/ASCII-blobs#readme",
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/coverage-v8": "^1.6.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"jsdom": "^27.0.1",
"serve": "^14.2.5",
"terser": "^5.44.0",
"typescript": "^5.5.0",
"vite": "^5.3.0",
"vite-plugin-dts": "^3.9.0",
"vitest": "^1.6.1"
},
"sideEffects": false
}