-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 923 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "release-parser",
"version": "1.5.0",
"description": "A library for parsing scene release names into human readable data.",
"main": "ReleaseParser.js",
"bin": "cli.js",
"type": "module",
"scripts": {
"start": "nodemon test/ParserTest.js",
"test": "mocha"
},
"keywords": [
"parser",
"parser-library",
"scene",
"scene-release",
"release",
"warez",
"warezscene",
"warez-scripts",
"predb",
"propz"
],
"author": "Wellington Estevo <info@propz.de> (https://propz.de)",
"license": "MIT",
"funding": [
{
"type": "ko-fi",
"url": "https://ko-fi.com/propz"
}
],
"repository": {
"type": "git",
"url": "https://github.com/pr0pz/scene-release-parser"
},
"bugs": {
"url": "https://github.com/pr0pz/scene-release-parser/issues"
},
"homepage": "https://github.com/pr0pz/scene-release-parser#readme",
"devDependencies": {
"mocha": "^10.2.0",
"nodemon": "^3.0.1"
}
}