-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 KB
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
38
39
40
41
42
43
44
45
46
47
{
"name": "firecodinglive",
"version": "1.0.0",
"description": "Firebad is a live coding testing environment.",
"main": "assets/start.js",
"engines": {
"node": ">= 10.13"
},
"preferGlobal": true,
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leogopal/firecodinglive.git"
},
"keywords": [
"dev",
"debug",
"firebase",
"testing"
],
"author": "Leo Gopal",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/leogopal/firecodinglive/issues"
},
"homepage": "https://github.com/leogopal/firecodinglive#readme",
"dependencies": {
"@firebase/database": "^0.6.13",
"firepad": "^1.5.11"
},
"devDependencies": {
"@types/dotenv": "^6.1.0",
"codemirror": "^5.61.0",
"dotenv": "^8.2.0",
"eslint-plugin-jsdoc": "^30.7.13",
"eslint-plugin-prettier": "^3.3.1",
"firebase": "^7.24.0",
"firebase-admin": "^9.4.2",
"firebase-functions": "^3.11.0",
"prettier": "^2.2.1"
}
}