File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
packages/tailwindcss-language-server Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " Tailwind CSS Language Server" ,
4
4
"license" : " MIT" ,
5
5
"version" : " 0.0.7" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git+https://github.com/tailwindlabs/tailwindcss-intellisense.git" ,
9
+ "directory" : " packages/tailwindcss-language-server"
10
+ },
11
+ "bugs" : {
12
+ "url" : " https://github.com/tailwindlabs/tailwindcss-intellisense/issues"
13
+ },
14
+ "homepage" : " https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server#readme" ,
6
15
"scripts" : {
7
16
"build" : " npm run clean && npm run _esbuild && npm run hashbang" ,
8
17
"_esbuild" : " node ../../esbuild.js src/server.ts --outfile=bin/tailwindcss-language-server --external=pnpapi --minify" ,
You can’t perform that action at this time.
0 commit comments