forked from Tobias-Kohn/TigerPython-Parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (25 loc) · 666 Bytes
/
package.json
File metadata and controls
26 lines (25 loc) · 666 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
{
"name": "tigerpython-parser",
"version": "1.1.1",
"description": "Enhanced error recognition in Python ",
"main": "release/tigerpython-parser.mjs",
"types": "tpParser/js/types/index.d.ts",
"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": {}
}