-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 896 Bytes
/
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
{
"name": "allmylinks",
"version": "1.0.0",
"description": "[![gh-pages](https://github.com/MessiDaGod/allmylinks/actions/workflows/main.yml/badge.svg)](https://github.com/MessiDaGod/allmylinks/actions/workflows/main.yml)",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MessiDaGod/AllMyLinks.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MessiDaGod/AllMyLinks/issues"
},
"homepage": "https://github.com/MessiDaGod/AllMyLinks#readme",
"devDependencies": {
"express": "^4.18.1",
"gulp": "^4.0.2",
"open": "^8.4.0",
"path": "^0.12.7"
},
"dependencies": {
"bootstrap": "^5.2.0-beta1",
"kill-port": "^2.0.1",
"react-data-grid": "^7.0.0-beta.14",
"sql-wasm": "^1.1.4"
}
}