-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 933 Bytes
/
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
{
"name": "postcss-design-token-utils",
"version": "3.0.1",
"description": "PostCSS plugin to convert design tokens to CSS custom properties and utility classes.",
"main": "index.js",
"funding": "https://github.com/sponsors/saneef/",
"repository": {
"type": "git",
"url": "git+https://github.com/saneef/postcss-design-token-utils.git"
},
"scripts": {
"test": "ava"
},
"keywords": [
"postcss-plugin",
"design-tokens",
"utility-class",
"atomic-css",
"postcss"
],
"author": "Saneef Ansari <[email protected]> (https://saneef.com/)",
"license": "MIT",
"dependencies": {
"just-kebab-case": "^4.2.0"
},
"devDependencies": {
"ava": "^6.1.2",
"cssnano": "^7.0.0",
"cssnano-preset-lite": "^4.0.0",
"postcss": "^8.4.38"
},
"peerDependencies": {
"postcss": "^8.0.0"
},
"ava": {
"files": [
"test/**/*",
"!test/runner.mjs"
]
}
}