-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 933 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
{
"name": "phone-js",
"version": "0.1.0",
"description": "Root package of Phone.js",
"private": true,
"scripts": {
"build": "yarn workspaces foreach -pt run build",
"start": "yarn workspace @phone-js/core run start",
"version-patch": "yarn workspaces foreach version patch",
"version-minor": "yarn workspaces foreach version minor",
"version-major": "yarn workspaces foreach version major"
},
"author": {
"name": "Alen Ajam",
"url": "https://alenajam.dev",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oxcened/iphone-js.git"
},
"bugs": {
"url": "https://github.com/oxcened/iphone-js/issues"
},
"license": "ISC",
"homepage": "https://github.com/oxcened/iphone-js#readme",
"workspaces": [
"packages/*"
],
"engines": {
"node": "^16.14.0",
"yarn": "^3.2.3"
},
"packageManager": "[email protected]"
}