-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 902 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
36
37
{
"name": "sub37",
"description": "",
"private": true,
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/alexandercerutti/sub37.git"
},
"keywords": [
"vtt",
"subtitles",
"srt"
],
"scripts": {
"build": "pnpm lerna run build",
"test": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" pnpm jest -c jest.config.mjs --silent",
"sample:serve": "pnpm --prefix packages/sample run dev"
},
"author": "Alexander P. Cerutti <cerutti.alexander@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexandercerutti/sub37/issues"
},
"homepage": "https://github.com/alexandercerutti/sub37#readme",
"devDependencies": {
"@jest/globals": "^29.4.3",
"@types/jest": "^29.4.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"lerna": "^6.6.1",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
}
}