-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 869 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
{
"name": "radix-colors-tailwind",
"version": "1.0.5",
"main": "dist/index.js",
"type": "module",
"files": [
"dist/**/*",
"!**/*.tsbuildinfo",
"LICENSE",
"README.md"
],
"repository": "https://github.com/lilingxi01/radix-colors-tailwind",
"scripts": {
"prod": "bun clean && bun prod:tsc && bun generate",
"prod:tsc": "tsup src",
"generate": "bun scripts/generator.ts",
"lint": "eslint scripts/*",
"clean": "rm -f -R tsconfig.tsbuildinfo dist"
},
"devDependencies": {
"@radix-ui/colors": "^3.0.0",
"@taci-tech/eslint-config": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"bun-types": "latest",
"eslint": "^8.32.0",
"tsup": "^8.0.1",
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public"
},
"license": "MIT"
}