-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 960 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
35
36
37
38
{
"name": "my-finances",
"version": "0.0.1",
"description": "my finances monorepo",
"author": "[email protected]",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/numical/my-finances.git"
},
"homepage": "https://github.com/numical/my-finances#readme",
"main": "index.mjs",
"directories": {
"doc": "docs"
},
"engines": {
"node": ">=16.1.0"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsonc": "^1.2.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-sort-destructure-keys": "^1.3.5",
"eslint-plugin-unicorn": "^31.0.0",
"express": "^4.17.1",
"nps": "^5.10.0",
"nps-utils": "^1.7.0",
"pino-pretty": "^4.8.0",
"pnpm": "^6.2.5",
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.2.0"
},
"scripts": {
"start": "nps"
}
}