UNPKG

ambient-cbg-ts

Version:

A React.js webpage backgrounds created using the HTML5 Canvas API and jwagner's Simplex Noise library

51 lines (50 loc) 1.25 kB
{ "name": "ambient-cbg-ts", "description": "A React.js webpage backgrounds created using the HTML5 Canvas API and jwagner's Simplex Noise library", "version": "1.0.6", "author": { "name": "Nawaf Khalifah", "email": "me@nawaf.studio" }, "license": "MIT", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/esm/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/cielblog/ambient-cbg-ts.git" }, "bugs": { "url": "https://github.com/cielblog/ambient-cbg-ts/issues" }, "keywords": [ "react", "react-component", "canvas", "canvas-api", "html5-canvas", "canvas-background" ], "homepage": "https://github.com/cielblog/ambient-cbg-ts#readme", "dependencies": { "simplex-noise": "^2.4.0" }, "devDependencies": { "@types/react": "^17.0.21", "prettier": "^2.4.0", "react": "^17.0.2", "typescript": "^4.4.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "yarn build:esm && yarn build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir lib/cjs" }, "eslintConfig": { "extends": "react-app" }, "files": [ "/lib" ] }