@devoinc/genesys-tokens-types
Version:
Type declarations for @devoinc/genesys-tokens
39 lines (38 loc) • 839 B
JSON
{
"name": "@devoinc/genesys-tokens-types",
"version": "7.19.0",
"description": "Type declarations for @devoinc/genesys-tokens",
"keywords": [
"genesys",
"design",
"tokens",
"typescript",
"types"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/DevoInc/genesys-tokens.git"
},
"license": "MIT",
"author": "Devo, Inc. Quvis Team (https://github.com/orgs/DevoInc/teams/quvis)",
"type": "module",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prebuild": "npm run clean",
"build": "genesys-tokens-cli types -o dist/",
"clean": "rm -rf dist/brand.d.ts"
},
"devDependencies": {
"@devoinc/genesys-tokens-cli": "^7.19.0"
},
"engines": {
"node": ">=22",
"npm": ">=10"
},
"publishConfig": {
"access": "public"
}
}