-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 946 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
{
"name": "arras.io-entity-designer-v2",
"version": "1.0.0",
"description": "Design and custom entities for Arras.io and use their code in your servers with this brand new visual editor!",
"main": "main.js",
"scripts": {
"start": "nodemon server.js",
"lint": "eslint .",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/DogeisCut/Arras.io-Entity-Designer-v2.git"
},
"author": "DogeisCut",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DogeisCut/Arras.io-Entity-Designer-v2/issues"
},
"homepage": "https://github.com/DogeisCut/Arras.io-Entity-Designer-v2#readme",
"dependencies": {
"express": "^4.18.2"
},
"devDependencies": {
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-browser": "^0.0.0",
"eslint-plugin-prettier": "^5.0.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.3"
}
}