{
    "name": "@ftdata/tokens",
    "version": "2.5.0",
    "description": "Fulltime Design Tokens",
    "main": "dist/web/tokens.ts",
    "files": [
        "dist",
        "build.js",
        "templates",
        "token-generators"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "node ./build.js",
        "prepare": "yarn build",
        "postinstall": "node ./build.js",
        "watch-token": "chokidar 'token-generators/**/*.json' -c 'node ./build.js'"
    },
    "author": "Gabriel Antiqueira",
    "devDependencies": {
        "chokidar-cli": "^1.2.0"
    },
    "dependencies": {
        "handlebars": "^4.0.11",
        "lodash": "^4.17.20",
        "style-dictionary": "^2.2.1"
    },
    "repository": {
        "type": "git"
    },
    "keywords": [
        "tokens",
        "fulltime",
        "fulltrack",
        "css",
        "scss",
        "styled-components",
        "styled"
    ],
    "license": "ISC",
    "gitHead": "044114696b60edb9a7c7179ec4f1fcc9574b662b"
}
