-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 819 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 819 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": "pp-act",
"version": "1.0.17",
"description": "",
"type": "module",
"private": false,
"scripts": {
"build": "npm run build --workspaces --if-present",
"clean": "npm run clean --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"test-us": "npm run test-us --workspaces --if-present",
"patch": "npm version patch --git-tag-version false --workspaces --include-workspace-root",
"publish-core": "npm -w pp-act-core publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madcoons/pp-act.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/madcoons/pp-act/issues"
},
"homepage": "https://github.com/madcoons/pp-act#readme",
"workspaces": [
"packages/*"
]
}