UNPKG

@twilio-paste/design-tokens

Version:

Paste Design System Tokens package with a number of different formats for Web, Mobile, and Sketch.

36 lines (35 loc) 934 B
{ "name": "@twilio-paste/design-tokens", "version": "10.1.0", "description": "Paste Design System Tokens package with a number of different formats for Web, Mobile, and Sketch.", "main": "dist/tokens.common.js", "module": "dist/tokens.es6.js", "types": "dist/tokens.common.d.ts", "author": "Twilio", "license": "MIT", "sideEffects": false, "files": [ "dist", "types" ], "scripts": { "build": "yarn clean && NODE_ENV=production gulp", "build:js": "NODE_ENV=development gulp", "build:watch": "gulp dev", "clean": "rm -rf ./dist", "tokens": "gulp default", "test": "jest", "tsc": "yarn build" }, "devDependencies": { "@types/gulp": "^4.0.6", "@types/gulp-if": "^0.0.33", "@types/gulp-terser": "^1.2.1", "gulp": "^4.0.2", "gulp-cli": "^2.2.0", "gulp-if": "^3.0.0", "gulp-terser": "^2.0.1", "gulp-theo": "2.0.1", "lodash": "4.17.21" } }