-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "exzyle-demotivational",
"version": "1.1.0",
"description": "Demotivational messages. Great for adding flavour to your error messages 😏",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [
"build/src/**/*.js",
"build/src/**/*.ts",
"docs"
],
"author": {
"name": "Exzyle",
"email": "[email protected]",
"url": "https://twitter.com/ExzyleFreedom"
},
"homepage": "https://exzyle.github.io/exzyle-demotivational/",
"bugs": {
"url": "https://github.com/ExZyle/exzyle-demotivational/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ExZyle/exzyle-demotivational.git"
},
"license": "GPL-3.0-only",
"keywords": [ "error messages", "nihilistic", "for fun" ],
"scripts": {
"test": "jest",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint",
"docs": "typedoc"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"gts": "^5.2.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.4",
"typescript": "~5.3.3"
}
}