-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 823 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "readalong-studio",
"license": "(MIT AND BSD-3-Clause)",
"homepage": "https://readalong-studio.mothertongues.org",
"contact": "mailto:readalong.studio@gmail.com",
"documentationURL": "https://readalongs.github.io/ICLDC-Docs",
"version": "0.0.0",
"type": "module",
"scripts": {
"helpme": "echo This project is part of a monorepo managed using nx. Run the targets in project.json using npx nx target studio-web at the root of the monorepo.",
"ng": "ng",
"test:ng": "ng test",
"test:once": "ng test --watch=false --browsers ChromeHeadlessCI",
"e2e": "playwright test",
"e2e-ui": "playwright test --ui"
},
"private": true,
"singleFileBundleVersion": "1.6.3",
"singleFileBundleTimestamp": "2026-01-15+14-58-47",
"dependencies": {
"readalong-studio": "file:"
}
}