-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 835 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 835 Bytes
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
{
"name": "ringcentral-javascript",
"version": "1.0.0",
"private": true,
"description": "RingCentral JavaScript Style Guide",
"scripts": {
"test": "lerna run test --stream --concurrency=1",
"publish:release": "lerna publish --tag-version-prefix=\"\" --force-publish=* --no-push --no-git-tag-version"
},
"dependencies": {
"lerna": "4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ringcentral/ringcentral-javascript.git"
},
"author": "RingCentral Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/ringcentral/ringcentral-javascript/issues"
},
"homepage": "https://github.com/ringcentral/ringcentral-javascript",
"workspaces": [
"eslint-config-ringcentral",
"eslint-config-ringcentral-typescript",
"eslint-plugin-ringcentral"
]
}