@terrazzo/plugin-js
Version:
Use DTCG tokens in Node.js for server-rendered applications.
51 lines • 1.27 kB
JSON
{
"name": "@terrazzo/plugin-js",
"version": "2.7.1",
"description": "Use DTCG tokens in Node.js for server-rendered applications.",
"license": "MIT",
"type": "module",
"author": {
"name": "Drew Powers",
"email": "drew@pow.rs"
},
"keywords": [
"design tokens",
"design system",
"dtcg",
"w3c",
"ts",
"typescript"
],
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"homepage": "https://terrazzo.app/docs/integrations/js",
"repository": {
"type": "git",
"url": "https://github.com/terrazzoapp/terrazzo.git",
"directory": "./packages/plugin-js/"
},
"peerDependencies": {
"@terrazzo/cli": "^2.7.1",
"@terrazzo/parser": "^2.7.1"
},
"dependencies": {
"scule": "^1.3.0",
"@terrazzo/parser": "^2.7.1",
"@terrazzo/token-types": "^2.7.1"
},
"devDependencies": {
"dtcg-examples": "^1.1.3",
"@terrazzo/cli": "^2.7.1"
},
"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"
}
}