-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
35 lines (35 loc) · 867 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
{
"name": "aleksandrhovhannisyan.com",
"version": "1.0.0",
"type": "module",
"license": "UNLICENSED",
"repository": "[email protected]:AleksandrHovhannisyan/aleksandrhovhannisyan.com.git",
"author": "AleksandrHovhannisyan <[email protected]>",
"engines": {
"node": ">=18"
},
"scripts": {
"lint": "pnpm run -r /^lint$/",
"test": "pnpm run -r /^test$/"
},
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"prettier": "^2.6.2"
},
"packageManager": "[email protected]+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f",
"pnpm": {
"supportedArchitectures": {
"os": [
"current"
],
"cpu": [
"x64",
"arm64"
]
}
}
}