-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.15 KB
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
36
37
{
"name": "@calculemus/oli-widgets",
"version": "4.0.4",
"description": "Some standard widgets for Carnegie Mellon's OLI",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"devDependencies": {
"@calculemus/oli-hammock": "^4.0.0-rc3",
"@types/jquery": "^3.3.22",
"prettier": "^1.15.2",
"surge": "^0.20.1",
"typedoc": "^0.13.0"
},
"author": "Calculemus LLC",
"scripts": {
"tsc": "tsc -p .",
"pretypedoc": "npm run tsc",
"typedoc": "typedoc --out typedoc --mode file ./src/index.ts",
"presurge": "npm run typedoc",
"surge": "surge -p ./typedoc -d oli-hammock.surge.sh",
"prettier": "prettier --write src/**/*.ts *.json",
"prepublishOnly": "npm run tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calculemuscode/oli-widgets.git"
},
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/calculemuscode/oli-widgets/issues"
},
"homepage": "https://github.com/calculemuscode/oli-widgets#readme",
"prettier": {
"printWidth": 110,
"tabWidth": 4
}
}