UNPKG

@thivi/primitives

Version:

Low level building blocks of the Oxygen Design System

60 lines (59 loc) 1.8 kB
{ "name": "@thivi/primitives", "version": "11.0.0", "description": "Low level building blocks of the Oxygen Design System", "author": "WSO2", "license": "Apache-2.0", "type": "commonjs", "files": [ "dist" ], "homepage": "https://github.com/wso2/oxygen-ui/tree/main/packages/primitives#readme", "bugs": { "url": "https://github.com/wso2/oxygen/issues" }, "repository": { "type": "git", "url": "https://github.com/wso2/oxygen", "directory": "packages/primitives" }, "keywords": [ "primitives", "design-tokens", "tokens", "design-system", "oxygen-ui", "oxygen-ui-primitives" ], "scripts": { "build": "node ./scripts/build.js", "lint": "pnpm lint:es", "lint:es": "eslint .", "test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest --passWithNoTests", "transform": "node ./scripts/transform.js", "typecheck": "tsc --noemit -p tsconfig.json" }, "devDependencies": { "@babel/parser": "^7.20.5", "@divriots/style-dictionary-to-figma": "^0.4.0", "@thivi/logger": "11.0.0", "@types/jest": "^29.2.3", "@types/node": "^18.11.18", "@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f", "@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f", "cheerio": "1.0.0-rc.12", "eslint": "8.25.0", "fs-extra": "^11.1.0", "jest": "29.0.3", "lodash.merge": "^4.6.2", "prettier": "^2.8.0", "style-dictionary": "^3.7.1", "svgson": "^5.2.1", "token-transformer": "^0.0.28", "trim-newlines": "^3.0.1", "typescript": "^4.9.3" }, "publishConfig": { "access": "public" } }