UNPKG

@vivareal/lina-tokens

Version:

Project responsible for transforming and formatting design tokens

55 lines (54 loc) 1.31 kB
{ "name": "@vivareal/lina-tokens", "version": "2.12.0", "description": "Project responsible for transforming and formatting design tokens", "keywords": [ "lina", "design", "system", "tokens" ], "homepage": "https://github.com/grupozap/masp#readme", "bugs": { "url": "https://github.com/grupozap/squad-design-ops/issues" }, "repository": { "type": "git", "url": "git+https://github.com/grupozap/masp.git" }, "license": "ISC", "author": "ZAP+ Frontend team <frontends@grupozap.com>", "main": "dist/", "module": "dist/", "directories": { "lib": "dist", "test": "__tests__" }, "files": [ "dist/" ], "scripts": { "build": "make build", "build:all": "make build-all", "docs:build": "make docs-build", "docs:deploy": "make docs-deploy", "lint": "make lint", "lint:fix": "make lint-fix", "test": "yarn test:unit", "test:unit": "make test-unit", "test:update": "make test-unit obsolete=true", "version": "make bump-ios", "postrelease": "make semver-tag" }, "dependencies": { "lodash": "^4.17.21" }, "devDependencies": { "jest": "^28.1.3", "sass": "^1.52.1", "sass-loader": "<11", "style-dictionary": "^3.7.0", "vue-loader": "15.9.8", "vuepress": "^1.9.7" } }