-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 KB
/
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
45
46
47
48
{
"name": "artibot-localizer",
"version": "2.0.2",
"description": "Small and simple localization module for the Artibot project",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc",
"test": "node --loader ts-node/esm testing.ts"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Artivain/artibot-localizer.git"
},
"keywords": [
"localization",
"simple",
"artivain",
"artibot",
"discord"
],
"author": {
"name": "Artivain",
"email": "info@artivain.com",
"url": "https://artivain.com"
},
"contributors": [
{
"name": "GoudronViande24",
"email": "thomas@artivain.com",
"url": "https://github.com/GoudronViande24"
}
],
"funding": "https://paypal.me/artivain",
"license": "MIT",
"bugs": {
"url": "https://github.com/Artivain/artibot-localizer/issues"
},
"homepage": "https://github.com/Artivain/artibot-localizer#readme",
"devDependencies": {
"@types/node": "^18.6.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}