Skip to content

Commit 9e4abd6

Browse files
VIA-4 AJ/MD/DB Setup package json, node version manager and yarn
1 parent 8444660 commit 9e4abd6

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22.13.1

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "vaccinations-app",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"directories": {
7+
"doc": "docs",
8+
"test": "tests"
9+
},
10+
"scripts": {
11+
"test": "echo \"Error: no test specified\" && exit 1"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/NHSDigital/vaccinations-app.git"
16+
},
17+
"author": "",
18+
"license": "ISC",
19+
"bugs": {
20+
"url": "https://github.com/NHSDigital/vaccinations-app/issues"
21+
},
22+
"homepage": "https://github.com/NHSDigital/vaccinations-app#readme",
23+
"volta": {
24+
"node": "22.13.1",
25+
"yarn": "4.6.0"
26+
}
27+
}

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file is generated by running "yarn install" inside your project.
2+
# Manual changes might be lost - proceed with caution!
3+
4+
__metadata:
5+
version: 8
6+
cacheKey: 10c0
7+
8+
"vaccinations-app@workspace:.":
9+
version: 0.0.0-use.local
10+
resolution: "vaccinations-app@workspace:."
11+
languageName: unknown
12+
linkType: soft

0 commit comments

Comments
 (0)