{ "name": "tridactyl", "version": "0.1.0", "description": "Vimperator/Pentadactyl successor", "dependencies": { "@types/css": "0.0.31", "@types/nearley": "^2.11.0", "command-line-args": "^5.0.2", "csp-serdes": "github:cmcaine/csp-serdes", "css": "^2.2.4", "fuse.js": "^3.3.0", "mark.js": "^8.11.1", "rss-parser": "^3.5.4", "semver-compare": "^1.0.0" }, "devDependencies": { "@types/jest": "^23.3.9", "@types/node": "^10.12.1", "awesome-typescript-loader": "^5.2.1", "cleanslate": "^0.10.1", "copy-webpack-plugin": "^4.6.0", "jest": "^23.6.0", "marked": "^0.5.1", "nearley": "^2.15.1", "prettier": "^1.14.3", "shared-git-hooks": "^1.2.1", "source-map-loader": "^0.2.4", "ts-jest": "^23.10.4", "ts-node": "^7.0.1", "typedoc": "^0.13.0", "typedoc-default-themes": "git://github.com/tridactyl/typedoc-default-themes.git#fix_weird_member_names_bin", "typescript": "^3.1.5", "uglify-es": "^3.3.9", "uglifyjs-webpack-plugin": "^2.0.1", "web-ext": "^2.9.1", "web-ext-types": "github:kelseasy/web-ext-types", "webpack": "^4.23.1", "webpack-cli": "^3.1.2" }, "scripts": { "build": "sh scripts/build.sh", "run": "web-ext run -s build/ -u 'txti.es'", "watch": "echo 'watch is broken, use build instead'; exit 0;", "clean": "rm -rf build generated", "test": "npm run build && jest --silent", "update-buildsystem": "rm -rf src/node_modules; npm run clean", "lint": "bash hooks/pre-commit", "pretty": "bash scripts/pretty" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json" ], "moduleNameMapper": { "@src/(.*)": "/src/$1" } }, "author": "Colin Caine", "repository": { "type": "git", "url": "git+ssh://git@github.com/cmcaine/tridactyl.git" }, "keywords": [ "webextension", "webext", "vim", "firefox" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/cmcaine/tridactyl/issues" }, "homepage": "https://github.com/cmcaine/tridactyl#readme" }