-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.36 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "@lblod/template-export-service",
"version": "0.0.0",
"description": "Microservice which allows for exporting and importing say-editor templates and snippets",
"main": "app.js",
"scripts": {
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
"lint:js": "eslint .",
"lint:js:fix": "eslint . --fix",
"lint:types": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lblod/template-export-service.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/lblod/template-export-service/issues"
},
"homepage": "https://github.com/lblod/template-export-service#readme",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@eslint/js": "^9.16.0",
"@types/express": "^4.17.21",
"@types/node": "^20.11.0",
"changesets-release-it-plugin": "^0.1.2",
"concurrently": "^9.1.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"release-it": "^16.3.0",
"typescript-eslint": "^8.18.1"
},
"volta": {
"node": "20.11.0"
},
"engines": {
"node": "20.11.0"
}
}