-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
39 lines (34 loc) · 1.19 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
35
36
37
38
39
{
"name": "friflo-fliox",
"version": "0.1.0",
"author": "Ullrich Praetz",
"private": true,
"scripts": {
"all": "npm run www:tsc && npm run schema:tsc && npm run schema:run",
"schema:tsc": "tsc --project Json.Tests/assets~/Schema/Typescript",
"schema:run": "npm run run -w Json.Tests/assets~/Schema/Typescript",
"www:tsc": "tsc --project Json/Fliox.Hub.Explorer/www~/explorer/src",
"www:tsc-watch": "tsc --project Json/Fliox.Hub.Explorer/www~/explorer/src -w",
"markdown:check": "ts-node ./scripts/check-markdown.ts",
"markdown:links": "ts-node ./scripts/check-markdown.ts --links",
"dos2unix": "ts-node ./scripts/dos2unix.ts --links",
"postinstall": "node scripts/postinstall.js"
},
"type": "module",
"devDependencies": {
"ajv": "^8.6.2",
"typescript": "^4.3.5",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"fswin": "^3.21.1015",
"graphql": "16.3.0",
"mdast-util-from-markdown": "1.2.0",
"ts-node": "10.8.1"
},
"dependencies": {},
"workspaces": [
"Json/Fliox.Hub.Explorer/www~/explorer/src",
"Json.Tests/assets~/Schema/Typescript"
]
}