-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 975 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 975 Bytes
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": "project-euler",
"version": "0.1.0",
"private": true,
"description": "Solutions for Project Euler problems, in JavaScript",
"keywords": [
"euler",
"javascript",
"mathematics",
"project-euler",
"projecteuler",
"solvers"
],
"homepage": "https://github.com/iamnapo/project-euler#readme",
"bugs": {
"url": "https://github.com/iamnapo/project-euler/issues"
},
"repository": "github:iamnapo/project-euler",
"license": "MIT",
"author": {
"name": "Napoleon-Christos Oikonomou",
"email": "napoleonoikon@gmail.com",
"url": "https://iamnapo.me"
},
"type": "module",
"scripts": {
"lint": "eslint --cache",
"test": "pnpm lint && node --test"
},
"devDependencies": {
"eslint": "^9.39.0",
"eslint-config-iamnapo": "^42.0.0"
},
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
"engines": {
"node": ">=22"
}
}