forked from joemeszaros/speleo-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 867 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": "speleo-studio",
"version": "1.0.0",
"description": "Cave visualization and survey editor application",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "npx prettier --write ./src/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joemeszaros/speleo-studio.git"
},
"keywords": [
"speleo"
],
"author": "Joe Meszaros",
"license": "ISC",
"bugs": {
"url": "https://github.com/joemeszaros/speleo-studio/issues"
},
"homepage": "https://github.com/joemeszaros/speleo-studio#readme",
"devDependencies": {
"@eslint/js": "^9.18.0",
"@yikes2000/prettier-plugin-merge-extras": "^0.7.1-extras.4",
"eslint": "^9.18.0",
"eslint-plugin-prettier": "^5.2.2",
"globals": "^15.14.0",
"prettier": "^3.4.2"
}
}