UNPKG

apple-intelligence-glow

Version:

A JavaScript and CSS implementation of the Apple Intelligence border glow effect

38 lines (37 loc) 850 B
{ "name": "apple-intelligence-glow", "version": "1.0.0", "description": "A JavaScript and CSS implementation of the Apple Intelligence border glow effect", "main": "dist/index.js", "module": "dist/index.js", "style": "dist/css/border-glow.css", "files": [ "dist", "README.md" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "keywords": [ "apple", "intelligence", "glow", "border", "effect", "ui", "animation", "css", "javascript" ], "author": "Origin Financial", "license": "ISC", "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.1", "rollup": "^2.79.2", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2" } }