-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (34 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (34 loc) · 809 Bytes
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
{
"name": "@tigerpython/tpparser",
"version": "1.2.3",
"description": "Enhanced error recognition in Python ",
"main": "release/tigerpython-parser.mjs",
"types": "tpParser/js/types/index.d.ts",
"files": [
"release/",
"tpParser/js/types/",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"directories": {
"doc": "doc"
},
"scripts": {
"test": "sbt test",
"build": "sbt makeRelease"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tobias-Kohn/TigerPython-Parser.git"
},
"author": "Tobias Kohn",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Tobias-Kohn/TigerPython-Parser/issues"
},
"homepage": "https://github.com/Tobias-Kohn/TigerPython-Parser#readme",
"dependencies": {}
}