UNPKG

conversation-design-system

Version:

> 💁‍♀️ This repository contains an Assistant to help designers adhere to the conventions in the > Conversation Design System. It defines the following rules...

55 lines (54 loc) 1.48 kB
{ "name": "conversation-design-system", "homepage": "https://gsysko.github.io/Conversation-Design-System/", "version": "1.1.2", "main": "dist/index.js", "sketch": "dist/sketch.js", "license": "MIT", "sketch-assistant": { "title": "CDS Design", "description": "Sketch Assistant for designers working on the Conversation Design System", "icon": "https://raw.githubusercontent.com/gsysko/Conversation-Design-System/main/docs/img/cds_square.png" }, "author": { "name": "Graham Sysko" }, "keywords": [ "sketch", "sketch files", "sketch assistant", "assistant", "design ops", "conversation design system" ], "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/gsysko/Conversation-Design-System" }, "scripts": { "test": "jest --no-cache", "build": "rm -rf dist && npm run build:node && npm run build:sketch", "build:node": "tsc", "build:sketch": "webpack", "package-tarball": "npm run build && npm pack" }, "devDependencies": { "@sketch-hq/sketch-assistant-utils": "6.0.0", "@types/jest": "26.0.4", "@types/node": "14.0.22", "jest": "26.1.0", "node-fetch": "2.6.0", "prettier": "2.0.5", "ts-jest": "26.1.2", "typescript": "3.9.6", "webpack": "4.43.0", "webpack-cli": "3.3.12" }, "dependencies": { "@sketch-hq/sketch-assistant-types": "6.0.0", "@sketch-hq/sketch-core-assistant": "^6.1.0" } }