@fulltime/tokens
Version:
Fulltime Design Tokens
35 lines (34 loc) • 772 B
JSON
{
"name": "@fulltime/tokens",
"version": "0.2.0",
"description": "Fulltime Design Tokens",
"main": "dist/web/tokens.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "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": "46096f26cc7877f39ec6a80ff23f87b15510f9e4"
}