UNPKG

1.14 kBJSONView Raw
1{
2 "name": "@twilio-paste/design-tokens",
3 "version": "4.3.0",
4 "description": "Paste Design System Tokens package with a number of different formats for Web, Mobile, and Sketch.",
5 "main": "dist/tokens.common.js",
6 "module": "dist/tokens.es6.js",
7 "types": "dist/tokens.common.d.ts",
8 "author": "Twilio",
9 "license": "MIT",
10 "sideEffects": false,
11 "files": [
12 "dist"
13 ],
14 "scripts": {
15 "build": "yarn clean && gulp",
16 "build:dev": "yarn clean && gulp dev",
17 "clean": "rm -rf ./dist",
18 "prepublishOnly": "yarn build",
19 "type-check": "tsc --noEmit",
20 "tokens": "gulp default",
21 "test": "jest"
22 },
23 "devDependencies": {
24 "@types/browser-sync": "^2.26.1",
25 "@types/gulp": "^4.0.6",
26 "@types/lodash": "^4.14.123",
27 "@types/node": "^11.11.3",
28 "@types/theo": "^8.1.3",
29 "browser-sync": "^2.26.3",
30 "color": "^3.1.0",
31 "del": "^5.1.0",
32 "gulp": "^4.0.0",
33 "gulp-cli": "^2.0.1",
34 "gulp-theo": "2.0.0",
35 "immutable": "^4.0.0-rc.12",
36 "lodash": "^4.17.11",
37 "theo": "^7.0.1",
38 "typescript": "3.7.5"
39 },
40 "gitHead": "a2a657e7dbd4dc6a84538c9b8d9ecec3a54c1ce4"
41}