-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 KB
/
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
{
"name": "tailwind-variant-group",
"version": "3.0.4",
"scripts": {
"dev": "npmize dev",
"build": "npmize build && node ./uglify.cjs",
"test": "jest --watchAll",
"lab": "nodemon ./src/tests/lab.ts",
"bench": "nodemon ./src/tests/bench.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NazmusSayad/tailwind-variant-group.git"
},
"keywords": [],
"author": "https://github.com/NazmusSayad",
"license": "ISC",
"bugs": {
"url": "https://github.com/NazmusSayad/tailwind-variant-group/issues"
},
"homepage": "https://github.com/NazmusSayad/tailwind-variant-group#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"npm-ez": "^2.0.6",
"npmize": "^0.0.9",
"ts-jest": "^29.2.3",
"typescript": "^4.9.5",
"uglify-js": "^3.19.1"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
}
}