UNPKG

@terrazzo/parser

Version:

Parser/validator for the Design Tokens Community Group (DTCG) standard.

58 lines 1.42 kB
{ "name": "@terrazzo/parser", "version": "0.10.1", "description": "Parser/validator for the Design Tokens Community Group (DTCG) standard.", "license": "MIT", "type": "module", "author": { "name": "Drew Powers", "email": "drew@pow.rs" }, "keywords": [ "design tokens", "dtcg", "cli", "w3c", "design system", "typescript", "sass", "css", "style tokens", "style system", "linting", "lint" ], "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "homepage": "https://terrazzo.app/docs/cli/api/js", "repository": { "type": "git", "url": "https://github.com/terrazzoapp/terrazzo.git", "directory": "./packages/parser/" }, "dependencies": { "@humanwhocodes/momoa": "^3.3.8", "@types/babel__code-frame": "^7.0.6", "@types/culori": "^4.0.0", "culori": "^4.0.2", "merge-anything": "^5.1.7", "picocolors": "^1.1.1", "scule": "^1.3.0", "wildcard-match": "^5.1.4", "@terrazzo/token-tools": "^0.10.1" }, "devDependencies": { "yaml-to-momoa": "^0.0.3" }, "scripts": { "build": "rolldown -c && attw --profile esm-only --pack .", "dev": "pnpm run build --watch", "lint": "pnpm --filter @terrazzo/parser run \"/^lint:(js|ts)/\"", "lint:js": "biome check .", "lint:ts": "tsc --noEmit", "test": "vitest run" } }