UNPKG

1.22 kBJSONView Raw
1{
2 "name": "@theia/application-package",
3 "version": "0.3.17",
4 "description": "Theia application package API.",
5 "publishConfig": {
6 "access": "public"
7 },
8 "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/theia-ide/theia.git"
12 },
13 "bugs": {
14 "url": "https://github.com/theia-ide/theia/issues"
15 },
16 "homepage": "https://github.com/theia-ide/theia",
17 "files": [
18 "lib",
19 "src"
20 ],
21 "main": "lib/index.js",
22 "typings": "lib/index.d.ts",
23 "scripts": {
24 "prepare": "yarn run clean && yarn run build",
25 "clean": "theiaext clean",
26 "build": "theiaext build",
27 "watch": "theiaext watch",
28 "test": "theiaext test",
29 "docs": "theiaext docs"
30 },
31 "dependencies": {
32 "@types/fs-extra": "^4.0.2",
33 "@types/request": "^2.0.3",
34 "@types/semver": "^5.4.0",
35 "@types/write-json-file": "^2.2.1",
36 "changes-stream": "^2.2.0",
37 "fs-extra": "^4.0.2",
38 "is-electron": "^2.1.0",
39 "request": "^2.82.0",
40 "semver": "^5.4.1",
41 "write-json-file": "^2.2.0"
42 },
43 "devDependencies": {
44 "@theia/ext-scripts": "^0.3.17"
45 },
46 "nyc": {
47 "extends": "../../configs/nyc.json"
48 }
49}