-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 840 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 840 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
{
"name": "pausemenu",
"version": "1.0.0",
"description": "��#\u0000 \u0000P\u00004\u00002\u0000.\u0000P\u0000a\u0000u\u0000s\u0000e\u0000M\u0000e\u0000n\u0000u\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"tailwind": "tailwindcss -i ./html/input.css -o ./html/main.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/push42/P42.PauseMenu.git"
},
"keywords": [
"PauseMenu",
"FiveM",
"Script"
],
"author": "Push.42",
"license": "ISC",
"bugs": {
"url": "https://github.com/push42/P42.PauseMenu/issues"
},
"homepage": "https://github.com/push42/P42.PauseMenu#readme",
"dependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss-filters": "^3.0.0"
},
"devDependencies": {
"tailwindcss": "^3.3.5"
}
}