generated from therealzaybee/nodejs-typescript-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 870 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
{
"name": "@jyotirmay/tailwind-class-validator",
"version": "0.0.3",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "nodemon src/index.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jyotirmaybarman/tailwind-class-validator.git"
},
"keywords": ["tailwindcss", "tailwind class validator"],
"author": "Jyotirmay Barman",
"bugs": {
"url": "https://github.com/jyotirmaybarman/tailwind-class-validator/issues"
},
"homepage": "https://github.com/jyotirmaybarman/tailwind-class-validator#readme",
"license": "MIT",
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"nodemon": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
}
}