-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 809 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
{
"name": "root",
"version": "1.3.2",
"type": "module",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run --stream build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/just-paja/hateoas.git"
},
"author": "Pavel Žák <pavel@zak.global>",
"license": "MIT",
"bugs": {
"url": "https://github.com/just-paja/hateoas/issues"
},
"homepage": "https://github.com/just-paja/hateoas#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"@optimics/eslint-config": "^0.5.8",
"jest": "^29",
"jest-runner-eslint": "^1.1.0",
"lerna": "^6.4.1",
"lerna-jest": "^0.9.0"
}
}