-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
{
"author": {
"email": "[email protected]",
"name": "Miguel Ramos",
"url": "https://miguelramos.dev"
},
"bugs": {
"url": "https://github.com/miguelramos/vtx/issues"
},
"engines": {
"node": ">=12"
},
"name": "@websublime/vtx-sdk",
"dependencies": {},
"devDependencies": {
"@changesets/changelog-github": "^0.3.0",
"@changesets/cli": "^2.14.1",
"@changesets/get-github-info": "^0.5.0",
"typescript": "4.5.2"
},
"scripts": {
"build": "yarn workspaces run build",
"pack:local": "yarn workspaces run pack",
"build:common": "yarn workspace @websublime/vtx-common build",
"build:cli": "yarn workspace @websublime/vtx-cli build",
"execute:cli": "yarn workspace @websublime/vtx-cli cli:execute",
"create-workspace:cli": "yarn workspace @websublime/vtx-cli cli:create-workspace",
"create-app:cli": "yarn workspace @websublime/vtx-cli cli:create-app",
"version": "yarn changeset version",
"release": "yarn changeset publish"
},
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/miguelramos/vtx"
},
"version": "0.0.1",
"license": "MIT",
"private": true
}