-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"author": "Multiple authors",
"bugs": {
"url": "https://github.com/notaphplover/one-game/issues"
},
"description": "Backend app mail",
"dependencies": {
"@nestjs/common": "^11.0.11"
},
"devDependencies": {
"@eslint/js": "9.21.0",
"@jest/globals": "29.7.0",
"@typescript-eslint/eslint-plugin": "8.26.0",
"@typescript-eslint/parser": "8.26.0",
"eslint": "9.21.0",
"prettier": "3.5.3",
"rimraf": "6.0.1",
"typescript": "5.8.2"
},
"homepage": "https://github.com/notaphplover/one-game#readme",
"license": "See license in \"LICENSE\" file",
"main": "lib/index.js",
"name": "@cornie-js/backend-application-mail",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notaphplover/one-game.git"
},
"scripts": {
"build": "tsc --build tsconfig.json",
"build:clean": "rimraf lib",
"format": "prettier --write ./src/**/*.ts",
"lint": "eslint ./src",
"prebuild": "pnpm run build:clean"
},
"version": "0.2.0"
}