-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 2.35 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 2.35 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
{
"name": "mermaidpad",
"version": "1.0.0",
"description": "[](https://github.com/udlose/MermaidPad/releases/latest)\r [](https://github.com/udlose/MermaidPad/actions/workflows/build-and-release.yml)\r [](https://github.com/udlose/MermaidPad/graphs/contributors)\r [](https://github.com/udlose/MermaidPad/stargazers)\r [](https://github.com/udlose/MermaidPad/network/members)\r [](https://github.com/udlose/MermaidPad/issues)\r [](https://github.com/udlose/MermaidPad/issues?q=is%3Aissue+is%3Aclosed)\r [](https://github.com/udlose/MermaidPad)\r [](https://github.com/udlose/MermaidPad/commits/main)\r [](https://github.com/udlose/MermaidPad/blob/main/LICENSE)",
"main": "index.js",
"scripts": {
"lint": "eslint \"Assets/**/*.{html,js,ts}\"",
"lint:ci": "eslint \"Assets/**/*.{html,js,ts}\" --max-warnings=0",
"lint:fix": "npm run lint -- --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/udlose/MermaidPad.git"
},
"keywords": [],
"author": "DaveBlack (udlose)",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/udlose/MermaidPad/issues"
},
"private": true,
"engines": {
"node": ">=18"
},
"packageManager": "npm@11.6.0",
"homepage": "https://github.com/udlose/MermaidPad#readme",
"devDependencies": {
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"eslint-plugin-html": "^8.1.4",
"globals": "^17.1.0"
}
}