-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.08 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
{
"name": "@bu-sail/cargo",
"version": "0.0.1",
"description": "Microservice which provides a user permission system ontop of an S3 compatible storage bucket",
"scripts": {
"build": "npm run build --workspaces --if-present",
"prettier": "npm run prettier --workspaces --if-present",
"prettier:fix": "npm run prettier:fix --workspaces --if-present",
"start": "npm run start --workspaces --if-present",
"start:dev": "npm run start:dev --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"lint:fix": "npm run lint:fix --workspaces --if-present",
"test": "npm run test --workspaces --if-present"
},
"workspaces": [
"./packages/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hicsail/object-storage-service.git"
},
"author": "Boston University Software & Application Innovation Lab <[email protected]> (https://sail.bu.edu/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hicsail/object-storage-service/issues"
},
"homepage": "https://github.com/hicsail/object-storage-service#readme"
}