-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 815 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
{
"name": "hfksdjfskfhsjdfhkasfdhksf",
"version": "1.0.5",
"description": "Module that returns the pleading emoji (🥺) when called.",
"main": "dist/index.js",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc -b",
"test": "jest --config jestconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyrina/hfksdjfskfhsjdfhkasfdhksf.git"
},
"keywords": [
"🥺",
"pleading",
"bottom"
],
"author": "skyrina",
"license": "GPLV3",
"bugs": {
"url": "https://github.com/skyrina/hfksdjfskfhsjdfhkasfdhksf/issues"
},
"homepage": "https://github.com/skyrina/hfksdjfskfhsjdfhkasfdhksf#readme",
"devDependencies": {
"@types/jest": "^29.2.5",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
}
}