-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 800 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 800 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
{
"name": "dci-crvs-api",
"version": "1.9.0-rc.1",
"main": "src/index.ts",
"author": "Pyry Rouvila <pyry@opencrvs.org>",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"start": "npm start --workspace=http-api",
"dev": "npm run dev --workspace=http-api",
"test": "npm run test --workspaces --if-present",
"test:watch": "npm run test:watch --workspaces --if-present"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^10.0.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.0.2"
}
}