-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
47
48
{
"name": "corpus-building",
"version": "0.11.0",
"description": "A monorepo for the CROSSREADS Corpus Building project.",
"workspaces": [
"packages/*",
"frontend"
],
"scripts": {
"etl": "npm run -w packages/etl etl -- ",
"etl:sef": "npm run -w packages/etl sef",
"frontend:dev": "npm run -w frontend dev",
"frontend:build": "npm run -w frontend build",
"release": "release-it",
"test": "npm run -w frontend test",
"update-submodules": "git submodule update --remote --merge"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kingsdigitallab/corpus-building.git"
},
"keywords": [
"epidoc",
"incriptions",
"tei",
"xml",
"digital-humanities",
"svelte",
"sveltekit",
"static-site",
"monorepo"
],
"author": "King's Digital Lab",
"license": "MIT",
"bugs": {
"url": "https://github.com/kingsdigitallab/corpus-building/issues"
},
"homepage": "https://github.com/kingsdigitallab/corpus-building#readme",
"dependencies": {
"dotenv": "^16.4.5"
},
"devDependencies": {
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^9.0.2",
"npm-check-updates": "^17.1.10",
"release-it": "^17.10.0"
}
}