forked from carbon-design-system/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@carbon/colors",
"description": "Colors for digital and software products using the Carbon Design System",
"version": "11.28.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/carbon-design-system/carbon.git",
"directory": "packages/colors"
},
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [
"es",
"lib",
"scss",
"umd",
"index.scss",
"telemetry.yml"
],
"keywords": [
"eyeglass-module",
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "yarn clean && carbon-cli bundle src/index.js --name CarbonColors && node tasks/build.js && carbon-cli check \"scss/*.scss\"",
"clean": "rimraf css es lib umd scss index.scss",
"postinstall": "ibmtelemetry --config=telemetry.yml"
},
"devDependencies": {
"@carbon/cli": "^11.23.0",
"@carbon/cli-reporter": "^10.7.0",
"@carbon/scss-generator": "^10.19.0",
"@carbon/test-utils": "^10.34.0",
"change-case": "^4.1.1",
"fs-extra": "^11.0.0",
"rimraf": "^6.0.0"
},
"sideEffects": false,
"eyeglass": {
"exports": false,
"name": "@carbon/colors",
"sassDir": "scss",
"needs": "^1.3.0"
},
"dependencies": {
"@ibm/telemetry-js": "^1.5.0"
}
}