-
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) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 1001 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": "busytutor",
"private": true,
"version": "1.0.0",
"workspaces": [
"client",
"server"
],
"description": "- Layout & spacing: Wrap environment elements using flex + flex-wrap with proper spacing. - Box highlighting: When indexing a variable, highlight the source box and the target box. - Arrow / visual link: Draw an arrow from the source to the target for chain indexing. - Path finding scaffold",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run start -w @busytutor/server",
"build": "npm run build -w @busytutor/server && npm run build -w @busytutor/client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CollegeRideOut/BusyTutor.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/CollegeRideOut/BusyTutor/issues"
},
"homepage": "https://github.com/CollegeRideOut/BusyTutor#readme"
}