UNPKG

@department-of-veterans-affairs/mobile-tokens

Version:
38 lines (37 loc) 1.11 kB
{ "name": "@department-of-veterans-affairs/mobile-tokens", "version": "0.23.0", "description": "VA Design System Mobile Token Library", "main": "dist/js/index.js", "types": "dist/index.d.ts", "scripts": { "tokens:build": "node ./build.js && prettier dist/ --write", "prepack": "npm run tokens:build", "publish-package": "npm publish --access public --tolerate-republish" }, "repository": { "type": "git", "url": "git+https://github.com/department-of-veterans-affairs/va-mobile-library.git" }, "keywords": [ "design", "system", "design", "library", "tokens" ], "maintainers": [ "@department-of-veterans-affairs/flagship-mobile-platform" ], "license": "ISC", "bugs": { "url": "https://github.com/department-of-veterans-affairs/va-mobile-library/issues" }, "homepage": "https://github.com/department-of-veterans-affairs/va-mobile-library#readme", "packageManager": "yarn@3.6.1", "devDependencies": { "@department-of-veterans-affairs/css-library": "^0.16.0", "prettier": "^3.3.3", "style-dictionary": "^3.9.2" } }