webIDE/examples/api-tests/package.json

24 lines
521 B
JSON

{
"name": "@theia/api-tests",
"version": "1.43.0",
"description": "Theia API tests",
"dependencies": {
"@theia/core": "1.43.0"
},
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-theia/theia.git"
},
"bugs": {
"url": "https://github.com/eclipse-theia/theia/issues"
},
"homepage": "https://github.com/eclipse-theia/theia",
"files": [
"src"
],
"publishConfig": {
"access": "public"
}
}