{ "name": "alm", "version": "2.39.1", "description": "The best IDE for TypeScript", "main": "src/server.js", "bin": { "alm": "./bin/alm" }, "scripts": { "malm": "node ./node_modules/alm_src/server -o", "salm": "nodemon src/server.js --debug", "ualm": "rm -rf ./node_modules/alm_src && cp -rf ./src ./node_modules/alm_src", "test": "echo \"Testing is just build at the moment, run from prepublish\"", "clean": "rm ./src/public/build/bundle.js", "prepublish": "bash ./scripts/prepublish.sh", "resume": "bash ./scripts/resume.sh", "tsc": "tsc -p ./src", "tscw": "tsc -p ./src -w", "uts": "npm install ts-node@latest typescript@next tslint@next byots@latest --save --save-exact && npm run tsc", "umonaco": "npm install monaco@latest monaco-css@latest monaco-languages@latest --save --save-exact && npm run tsc", "ureact": "npm install react@latest react-dom@latest @types/react@latest @types/react-dom@latest --save-dev --save-exact", "utest": "npm install mocha@latest --save --save-exact && npm run tsc", "preversion": "npm run tsc", "postversion": "git push --follow-tags", "mochaw": "mocha ./src/tests -w" }, "repository": { "type": "git", "url": "git+https://github.com/alm-tools/alm.git" }, "keywords": [ "javascript", "typescript", "ide", "editor", "code" ], "author": "basaratali@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/alm-tools/alm/issues" }, "preferGlobal": true, "homepage": "https://github.com/alm-tools/alm#readme", "dependencies": { "basic-auth-connect": "^1.0.0", "byots": "2.8.0-dev.20180224.4.18", "chalk": "^1.1.3", "chokidar": "1.6.1", "cookie-parser": "^1.3.5", "deep-equal": "^1.0.1", "editorconfig": "^0.13.2", "escape-html": "^1.0.3", "express": "4.13.0", "fuzzaldrin": "^2.1.0", "glob": "^7.0.5", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "mocha": "3.4.2", "monaco": "1.201701230409.0", "monaco-css": "1.3.0", "monaco-languages": "0.7.0", "multimatch": "^2.1.0", "mv": "^2.1.1", "ncp": "^2.0.0", "node-fetch": "1.6.3", "open": "0.0.5", "ora": "^0.2.0", "resolve": "^1.2.0", "rimraf": "^2.4.2", "socket.io": "^1.3.6", "source-map-support": "0.4.3", "ts-loader": "2.0.0", "ts-node": "5.0.0", "tslint": "5.0.0-dev.0", "typescript": "2.8.0-dev.20180224", "update-notifier": "1.0.2", "webpack": "1.11.0" }, "devDependencies": { "@types/node": "^7.0.4", "@types/react": "15.0.28", "@types/react-dom": "15.5.0", "@types/socket.io": "^1.4.27", "@types/socket.io-client": "^1.4.29", "clipboard": "^1.4.2", "css-loader": "^0.24.0", "d3": "^3.5.12", "file-loader": "^0.8.4", "font-awesome": "^4.4.0", "golden-layout": "1.5.7", "hint.css": "^2.0.0", "http-proxy": "^1.11.1", "jquery": "^2.1.4", "json-loader": "^0.5.4", "less": "^2.5.3", "less-loader": "^2.2.2", "marked": "^0.3.5", "mousetrap": "^1.5.3", "nodemon": "1.11.0", "normalize.css": "^5.0.0", "onresize": "^1.0.1", "react": "15.6.0", "react-dom": "15.6.0", "react-draggable": "2.2.2", "react-modal": "1.2.1", "react-redux": "4.4.5", "react-toggle": "2.1.1", "redux": "3.5.2", "style-loader": "^0.12.3", "toastr": "^2.1.2", "typestyle": "1.1.1", "url-loader": "^0.5.6", "viewerjs": "^0.4.0", "webpack-dev-server": "^1.10.1" }, "engines": { "node": ">=6.0.0", "npm": ">=3.0.0" }, "greenkeeper": { "ignore": [ "d3", "jquery", "react-modal", "monaco", "typescript" ] } }