-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 800 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 800 Bytes
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": "prop-variants",
"version": "0.4.0",
"description": "utility types that helps you deal with exposing variants through props",
"scripts": {
"build": "tsc"
},
"types": "dist/esm/index.d.ts",
"exports": {
"types": "./dist/index.d.ts"
},
"keywords": [
"variants",
"props",
"classes",
"map"
],
"files": [
"dist/"
],
"author": "nasheomirro",
"license": "MIT",
"homepage": "https://github.com/nasheomirro/prop-variants#readme",
"repository": {
"type": "git",
"url": "https://github.com/nasheomirro/prop-variants.git"
},
"bugs": {
"url": "https://github.com/nasheomirro/prop-variants/issues"
},
"packageManager": "pnpm@10.8.1",
"devDependencies": {
"@changesets/cli": "^2.29.2",
"typescript": "^5.8.3"
}
}