UNPKG

figma-timelapse

Version:

Tool to create a timelapse of a Figma board

51 lines (50 loc) 1.18 kB
{ "name": "figma-timelapse", "version": "1.0.6", "description": "", "main": "./dist/common.js", "types": "./dist/common.d.ts", "module": "./dist/common.js", "bin": { "figma-timelapse": "./cli.js" }, "files": [ "dist/" ], "dependencies": { "@actions/core": "1.10.0", "aws-sdk": "^2.1413.0", "axios": "^1.4.0", "dotenv": "^16.3.1", "luxon": "^3.3.0", "yargs": "17.7.2" }, "devDependencies": { "@types/aws-sdk": "^2.7.0", "@types/luxon": "^3.3.0", "@types/node": "20.3.2", "@vercel/ncc": "0.36.1", "tslib": "2.6.0", "typescript": "5.1.6" }, "scripts": { "build": "tsc && ncc build dist/action.js --out ./action", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/rieset/figma-timelapse" }, "author": "Albert Iblyaminov (albert@iblyaminov.io)", "license": "MIT", "bugs": { "url": "https://github.com/rieset/figma-timelapse/issues" }, "homepage": "https://github.com/rieset/figma-timelapse#readme", "keywords": [ "sites", "s3", "migration" ] }