forked from kubikill/tf2unboxer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
{
"name": "tf2unboxer",
"version": "1.0.0",
"description": "A Team Fortress 2 crate/case simulator.",
"source": "/src/index.html",
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead, Safari >=14, iOS >=14",
"scripts": {
"start": "parcel --no-source-maps",
"build": "parcel build"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/kubikill/tf2unboxer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kubikill/tf2unboxer/issues"
},
"homepage": "https://github.com/kubikill/tf2unboxer#readme",
"devDependencies": {
"@parcel/packager-raw-url": "2.12.0",
"@parcel/resolver-glob": "2.12.0",
"@parcel/transformer-sass": "2.12.0",
"@parcel/transformer-webmanifest": "2.12.0",
"@parcel/watcher": "^2.4.1",
"parcel": "2.12.0",
"parcel-reporter-static-files-copy": "~1.5.3"
},
"staticFiles": {
"staticPath": "src/images",
"staticOutPath": "images"
}
}