creepyface-firefly
Version:
A point provider for [Creepyface](https://github.com/4lejandrito/creepyface) to make your face follow a firefly.
44 lines (43 loc) • 1.2 kB
JSON
{
"name": "creepyface-firefly",
"version": "8.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Alejandro Tardín <alejandro@tardin.com>",
"homepage": "https://creepyface.io",
"license": "MIT",
"repository": "https://github.com/4lejandrito/creepyface/tree/master/packages/creepyface-firefly",
"funding": "https://github.com/4lejandrito/creepyface?sponsor=1",
"keywords": [
"face",
"look",
"firefly",
"follow",
"creepy"
],
"files": [
"dist"
],
"scripts": {
"dev": "open test/index.html",
"build": "NODE_ENV=production tsc --emitDeclarationOnly && rollup -c",
"prepublishOnly": "yarn build"
},
"peerDependencies": {
"creepyface": "^8"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"creepyface": "^8.2.1",
"framesync": "^6.1.2",
"rollup": "^2.79.0",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.8.4"
},
"gitHead": "331fe65b934932cb6652fe19179f7b5aebc84bcc"
}