-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 790 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 790 Bytes
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
{
"name": "myanimelist-bbcode2html",
"version": "1.0.0",
"description": "Preview MyAnimeList BBCODE, perfect for creating your about me or forum posts",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Cptmathix/MyAnimeList-BBCODE2HTML.git"
},
"author": "CptMathix",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/Cptmathix/MyAnimeList-BBCODE2HTML/issues"
},
"scripts": {
"test": "jest",
"lint": "eslint . --fix"
},
"jest": {
"testEnvironment": "jsdom"
},
"homepage": "https://github.com/Cptmathix/MyAnimeList-BBCODE2HTML#readme",
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"eslint": "^8.33.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1"
}
}