{ "name": "figma-token-parser", "version": "0.2.2", "description": "takes Figma Tokens JSON and outputs CSS", "main": "start.js", "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node ./pre-install.js", "uninstall": "node ./uninstall.js" }, "keywords": [], "license": "MIT", "files": [ "pre-install.js", "start.js", "uninstall.js", "README.md", "LICENSE" ] }