UNPKG

@terrazzo/parser

Version:

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

67 lines 1.65 kB
{ "name": "@terrazzo/parser", "version": "2.7.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/reference/js-api", "repository": { "type": "git", "url": "https://github.com/terrazzoapp/terrazzo.git", "directory": "./packages/parser/" }, "dependencies": { "@humanwhocodes/momoa": "^3.3.10", "@types/babel__code-frame": "^7.27.0", "colorjs.io": "^0.7.1", "merge-anything": "^5.1.7", "picocolors": "^1.1.1", "scule": "^1.3.0", "@terrazzo/json-schema-tools": "^0.3.0", "@terrazzo/token-types": "^2.7.1", "@terrazzo/token-tools": "^2.7.1" }, "peerDependencies": { "yaml-to-momoa": "0.1.0" }, "peerDependenciesMeta": { "yaml-to-momoa": { "optional": true } }, "devDependencies": { "eslint-plugin-simple-import-sort": "^13.0.0", "yaml-to-momoa": "0.1.0" }, "scripts": { "build": "tsc -b tsconfig.build.json && attw --profile esm-only --pack .", "dev": "tsc -b tsconfig.build.json -w", "fmt": "oxfmt", "fmt:check": "oxfmt --check", "lint": "oxlint --quiet && oxfmt --check && tsc --noEmit", "test": "vitest run" } }