forked from Financial-Times/ef-runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 829 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": "@financial-times/ef-runtime",
"version": "1.2.4",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Financial-Times/ef-runtime.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Financial-Times/ef-runtime/issues"
},
"homepage": "https://github.com/Financial-Times/ef-runtime#readme",
"workspaces": [
"packages/ef-runtime-client",
"packages/ef-runtime-server",
"packages/ef-runtime-library"
],
"volta": {
"node": "18.16.0"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}