-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 730 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 730 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
{
"name": "material-snake",
"version": "1.0.0",
"description": "A TypeScript implementation of the popular game.",
"keywords": [],
"scripts": {
"clean": "rm -rf dist",
"start": "yarn clean && parcel ./src/index.html --open",
"build": "yarn clean && parcel build ./src/index.html"
},
"license": "MIT",
"dependencies": {
"html-head-component": "1.2.1",
"scriptex-socials": "1.9.1",
"touchsweep": "2.2.0"
},
"devDependencies": {
"@parcel/core": "2.16.4",
"@parcel/packager-raw-url": "2.16.4",
"@parcel/transformer-typescript-tsc": "2.16.4",
"@parcel/transformer-webmanifest": "2.16.4",
"parcel": "2.16.4",
"parcel-reporter-static-files-copy": "1.5.3",
"typescript": "6.0.3"
},
"private": true
}