« get me outta code hell

package.json - scratchrlol - Simple HTML-based Scratch client
summary refs log tree commit diff
path: root/package.json
blob: bc529aa224188db452492a72183ac14fd3faad6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "scratchrlol",
  "version": "1.0.0",
  "description": "Simple HTML-based Scratch client",
  "main": "index.js",
  "dependencies": {
    "fix-whitespace": "^1.0.3",
    "node-fetch": "^1.7.3",
    "prompt": "^1.0.0"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://git.ed1.club/florrie/scratchrlol.git/"
  },
  "author": "",
  "license": "GPL-3.0"
}