Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 567294d

Browse files
committed
feat(npm/package.json): add
1 parent 5d4fe17 commit 567294d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

npm/package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "typedcssx",
3+
"version": "3.2.6",
4+
"description": "CSS library for stably building user interfaces",
5+
"author": "Refirst",
6+
"repository": "github:typedcsslab/typedcssx",
7+
"homepage": "https://typedcssx.vercel.app",
8+
"license": "MIT",
9+
"main": "dist/core/index.js",
10+
"typings": "dist/core/index.d.ts",
11+
"bin": {
12+
"cssx": "./bin/cssx.mjs"
13+
},
14+
"dependencies": {
15+
"globby": "^14.0.2",
16+
"tsx": "^4.19.1"
17+
},
18+
"devDependencies": {
19+
"typescript": "^5.4.5",
20+
"@types/react": "^18.3.3",
21+
"@types/node": "^22.5.4",
22+
"@types/css-modules": "^1.0.5"
23+
}
24+
}

0 commit comments

Comments
 (0)