-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 852 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 852 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
29
30
31
32
33
34
35
{
"name": "sous",
"version": "1.0.0",
"description": "Compiler for Sous Programming Language for CMSI 3802",
"main": "sous.js",
"type": "module",
"directories": {
"docs": "docs",
"example": "examples",
"test": "test"
},
"scripts": {
"test": "c8 mocha"
},
"repository": {
"type": "git",
"url": "git+github.com:CSaltx/Sous.git"
},
"keywords": [],
"author": "Coby Schumitzky (CSaltx), Milla Penelope Markovic (mpmarkovic), Christina Choi (cchoi17), Clifford Phillips (CJPhill)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CSaltx/Sous/issues"
},
"homepage": "https://github.com/CSaltx/Sous#readme",
"devDependencies": {
"c8": "^9.1.0",
"mocha": "^10.3.0",
"tailwindcss": "^3.4.1"
},
"dependencies": {
"graph-stringify": "^1.1.0",
"ohm-js": "^17.1.0"
}
}