-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 1008 Bytes
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "e2xgrader",
"private": true,
"workspaces": [
"packages/*"
],
"version": "0.3.1",
"description": "An addon for nbgrader",
"scripts": {
"install": "lerna run bootstrap",
"build": "lerna run build",
"prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
"prettier:files": "prettier --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DigiKlausur/e2xgrader.git"
},
"keywords": [
"nbgrader",
"e2xgrader",
"teaching",
"jupyter",
"notebook"
],
"author": "Tim Metzler",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"lerna": "^5.3.0",
"prettier": "^2.7.1"
},
"bugs": {
"url": "https://github.com/DigiKlausur/e2xgrader/issues"
},
"homepage": "https://github.com/DigiKlausur/e2xgrader#readme"
}