-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1009 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
{
"name": "tokens-to-styles",
"version": "2.1.0",
"description": "An util repository to convert or sync object tokens to CSS module variables",
"author": "Thiago Sciotta <[email protected]>",
"homepage": "https://tokens-to-styles.sciotta.com.br/",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/sciotta/tokens-to-styles"
},
"scripts": {
"build": "tsc",
"test": "jest",
"coverage": "jest --coverage",
"generate-docs": "typedoc"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"js-beautify": "^1.14.9"
},
"devDependencies": {
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.3",
"conventional-changelog-conventionalcommits": "^7.0.2",
"jest": "^29.6.2",
"semantic-release": "^23.0.0",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.7",
"typescript": "^5.1.6"
}
}