{ "name": "mailspring-root", "version": "0.0.1", "description": "Packages required to develop and build Mailspring", "author": "Mailspring", "license": "GPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/Foundry376/Mailspring.git" }, "engines": { "node": "6.9.x", "npm": "3.10.x" }, "devDependencies": { "@types/better-sqlite3": "^5.2.2", "@types/classnames": "^2.2.7", "@types/debug": "^4.1.2", "@types/deep-extend": "^0.4.31", "@types/electron-spellchecker": "^1.1.1", "@types/enzyme": "^3.9.0", "@types/enzyme-adapter-react-16": "^1.0.5", "@types/event-kit": "^2.4.0", "@types/fs-plus": "^3.0.1", "@types/graceful-fs": "^4.1.3", "@types/immutable": "^3.8.7", "@types/is-online": "^8.0.0", "@types/jasmine": "^1.3.1", "@types/keytar": "^4.0.1", "@types/lru-cache": "^5.1.0", "@types/mkdirp": "^0.5.2", "@types/moment": "^2.13.0", "@types/moment-round": "^1.0.3", "@types/moment-timezone": "^0.5.10", "@types/mousetrap": "^1.6.1", "@types/node-emoji": "^1.8.1", "@types/optimist": "^0.0.29", "@types/proxyquire": "^1.3.28", "@types/raven": "^2.5.3", "@types/react": "^16.8.5", "@types/react-color": "^2.14.1", "@types/react-dom": "^16.8.2", "@types/react-test-renderer": "^16.8.1", "@types/react-transition-group": "^1.1.6", "@types/reflux": "^6.4.2", "@types/rimraf": "^2.0.2", "@types/rx-lite": "^4.0.6", "@types/slate": "^0.43.9", "@types/slate-base64-serializer": "^0.2.2", "@types/slate-html-serializer": "^0.6.3", "@types/slate-plain-serializer": "^0.6.1", "@types/slate-react": "^0.20.3", "@types/source-map-support": "^0.4.2", "@types/temp": "^0.8.33", "@types/underscore": "^1.8.9", "@types/underscore.string": "^0.0.33", "@types/uuid": "^3.4.4", "@types/xlsx": "^0.0.36", "@typescript-eslint/eslint-plugin": "^1.4.2", "@typescript-eslint/parser": "^1.4.2", "chalk": "1.x.x", "devtron": "^1.4.0", "electron": "4.1.0", "electron-installer-dmg": "0.2.x", "electron-packager": "13.0.x", "electron-winstaller": "2.x.x", "eslint": "^5.15.0", "eslint-config-prettier": "^4.1.0", "eslint-plugin-react": "^7.12.4", "eslint-plugin-typescript": "^0.14.0", "fs-extra": "2.x.x", "fs-plus": "2.x.x", "gitbook-cli": "^2.3.2", "gitbook-plugin-anchors": "^0.7.1", "gitbook-plugin-editlink": "^1.0.2", "gitbook-plugin-favicon": "0.0.2", "gitbook-plugin-github": "^2.0.0", "gitbook-plugin-theme-api": "^1.1.2", "glob": "7.x.x", "grunt": "0.4.x", "grunt-cli": "0.1.x", "grunt-contrib-csslint": "0.5.x", "grunt-contrib-less": "0.8.x", "grunt-lesslint": "0.13.x", "handlebars": "^4.0.10", "jasmine": "2.x.x", "joanna": "0.0.9", "license-extractor": "^1.0.4", "load-grunt-parent-tasks": "^0.1.2", "meta-marked": "^0.4.2", "mkdirp": "^0.5.1", "prettier": "^1.10.0", "request": "^2.88.0", "rimraf": "^2.6.1", "targz": "^1.0.1", "temp": "0.8.x", "typescript": "^3.3.3333", "underscore": "1.8.x" }, "scripts": { "postinstall": "node scripts/postinstall.js", "start": "node_modules/.bin/electron ./app --enable-logging --dev", "lint": "grunt lint --gruntfile=app/build/Gruntfile.js --base=./", "test": "node_modules/.bin/electron ./app --enable-logging --test", "test-window": "node_modules/.bin/electron ./app --enable-logging --test=window", "build": "grunt build-client --gruntfile=app/build/Gruntfile.js --base=./", "build-docs": "grunt docs --gruntfile=app/build/Gruntfile.js --base=./ && mkdir -p app/dist-docs && cp README.md ./app/build/docs_src/README.md && gitbook --gitbook=latest build . ./app/dist-docs --log=debug --debug && rm ./app/build/docs_src/README.md && rm -rf ./app/build/docs_src/classes", "build-licenses-file": "cat ./app/static/all_licenses_preamble.html | ./node_modules/.bin/marked > ./app/static/all_licenses.html && licext --source ./app --mode output | ./node_modules/.bin/marked >> ./app/static/all_licenses.html", "ci-setup-mac-keychain": "grunt setup-mac-keychain --gruntfile=app/build/Gruntfile.js --base=./" } }