forked from Valkyr-JS/StashReels
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.3 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.3 KB
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
{
"name": "stash-tv",
"version": "0.0.0-version-set-when-releasing",
"description": "TikTok for Stash.",
"private": true,
"workspaces": [
"packages/*"
],
"main": "index.js",
"type": "module",
"scripts": {
"dev": "yarn --cwd packages/stash-ui build-if-needed && yarn --cwd packages/tv-ui dev",
"build": "yarn --cwd packages/stash-ui build && yarn --cwd packages/tv-ui build && yarn --cwd packages/tv-plugin build",
"preview": "yarn --cwd packages/tv-ui preview",
"storybook": "storybook dev -p 6006",
"release": "node node_modules/.bin/light-release && yq -i '.version = \"'$(jq -r '.version' package.json)'\"' packages/tv-plugin/source.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/secondfolder/stash-tv.git"
},
"author": "secondfolder",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/secondfolder/stash-tv/issues"
},
"homepage": "https://github.com/secondfolder/stash-tv#readme",
"devDependencies": {
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@commitlint/prompt-cli": "^20.4.1",
"@semantic-release/exec": "^7.1.0",
"@tsconfig/recommended": "^1.0.10",
"commitlint": "^20.4.1",
"js-yaml": "^4.1.1",
"semantic-release": "^25.0.3",
"tsx": "^4.21.0"
}
}