-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 968 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
42
43
44
{
"name": "tailwindify-props",
"version": "2.0.9",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/types.d.ts",
"default": "./dist/tailwindify.js"
},
"./transform": {
"types": "./dist/types.d.ts",
"default": "./dist/transform.js"
}
},
"types": "./dist/types.d.ts",
"scripts": {
"build": "rm -fr dist/* lib/* && tsc && rollup -c",
"test": "vitest run",
"test:watch": "vitest",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/DeuxHuitHuit/tailwindify-props.git"
},
"keywords": [
"tailwind",
"svelte"
],
"author": "Deux Huit Huit",
"license": "MIT",
"bugs": {
"url": "https://github.com/DeuxHuitHuit/tailwindify-props/issues"
},
"homepage": "https://github.com/DeuxHuitHuit/tailwindify-props",
"devDependencies": {
"prettier": "3.0.3",
"rollup": "4.1.4",
"typescript": "5.2.2",
"vite": "4.4.11",
"vitest": "0.34.6"
}
}