-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.04 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
29
30
31
32
33
34
{
"name": "lms-paper",
"version": "1.0.0",
"description": "Escola LMS Headless Course Definition",
"main": "index.js",
"scripts": {
"validate": "ajv validate -s schema/schema.json -d schema/examples/*.json --allowUnionTypes",
"ts2schema": "ts-json-schema-generator --path sdk/src/types/ulam.ts --type UlamCourse -o schema/schema.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EscolaLMS/headless-format.git"
},
"keywords": [
"headless",
"paper",
"lms",
"json"
],
"author": "Mateusz Wojczal <mateusz@wojczal.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/EscolaLMS/headless-format/issues"
},
"homepage": "https://github.com/EscolaLMS/headless-format#readme",
"dependencies": {
"ajv": "^8.6.3",
"ajv-cli": "^5.0.0",
"ts-json-schema-generator": "^0.96.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"typescript-json-schema": "^0.51.0"
}
}