-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1023 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
{
"name": "@fosfad/json-schema-typescript-definitions",
"description": "Types and interfaces for writing valid JSON schema in TypeScript.",
"repository": "github:fosfad/json-schema-typescript-definitions",
"files": [
"2020-12.d.ts",
"2020-12.d.ts.map",
"2020-12.js",
"2020-12.js.map"
],
"author": {
"email": "[email protected]",
"name": "Petr Flaks"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fosfad/json-schema-typescript-definitions/issues"
},
"homepage": "https://github.com/fosfad/json-schema-typescript-definitions",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.28.0",
"eslint": "7.29.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "1.7.0",
"eslint-plugin-unused-imports": "1.1.5",
"prettier": "3.2.5",
"ts-node": "10.9.2",
"typescript": "4.4.3"
}
}