generated from nexoscreation/featurastic-music-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 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
{
"name": "free-fire-music",
"version": "1.0.0",
"description": "Immerse yourself in the world of Free Fire with our fan-made music streaming site.",
"scripts": {
"start": "parcel index.html",
"live": "live-server --port=8080 --open=./index.html",
"build": "parcel build index.html --dist-dir dist --public-url ./",
"dev": "parcel index.html --open --watch",
"test": "echo \"No tests specified\" && exit 0",
"lint": "eslint ./assets/js",
"clean": "rm -rf dist .parcel-cache node_modules",
"format": "prettier --write \"./**/*.{js,html,css}\""
},
"keywords": [
"Free Fire",
"Music",
"Gaming",
"Theme Songs",
"Battle Royale"
],
"author": "Nexos Creator",
"license": "MIT",
"dependencies": {
"live-server": "^1.2.0"
},
"devDependencies": {
"eslint": "^8.50.0",
"parcel": "^2.8.3",
"prettier": "^2.8.8",
"svgo": "^3.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/nexoscrafting/free-fire-music.git"
}
}