-
-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 628 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "awesome-python-typing",
"version": "0.0.0",
"description": "Collection of awesome Python types, stubs, plugins, and tools to work with them.",
"main": "false",
"scripts": {
"test": "awesome-lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typeddjango/awesome-python-typing.git"
},
"author": "mail@sobolevn.me",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/typeddjango/awesome-python-typing/issues"
},
"homepage": "https://github.com/typeddjango/awesome-python-typing#readme",
"devDependencies": {
"awesome-lint": "^2.2.3"
}
}