-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.33 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
49
50
51
52
53
54
{
"name": "demotivator",
"version": "13.0.0",
"description": "A extremely large array of 300+ insults so you can integrate the power of (de)Motivator into your webapp.",
"type": "module",
"scripts": {
"test": "node dist/index.js",
"lint": "eslint ./source/** --fix",
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PorkyProductions/deMotivator.js.git"
},
"keywords": [
"dmv",
"demotivator",
"dmv.js",
"demotivator.js",
"insult",
"insults",
"insult array",
"array"
],
"author": "PorkyProductions",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/PorkyProductions/deMotivator.js/issues"
},
"homepage": "https://github.com/PorkyProductions/deMotivator.js#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.6.0",
"typescript": "^4.9.5"
},
"files": [
"./dist/**/*.js",
"./dist/**/*.js.map",
"./dist/**/*.d.ts",
"./dist/**/*.d.ts.map"
],
"main": "./dist/index.js",
"displayName": "(de)Motivator.js",
"contributors": [
"Tristan Winata"
],
"maintainers": [
"Ryan Mullin"
],
"types": "./dist/index.d.ts"
}