Sha256: ea4c82ca051695086ee471aa8c5be34fcd262652bc6e48f8c39f22aaed64bd65
Contents?: true
Size: 962 Bytes
Versions: 5
Compression:
Stored size: 962 Bytes
Contents
{ "name": "js-routes", "version": "1.0.0", "main": "index.js", "repository": "git@github.com:railsware/js-routes.git", "author": "Bogdan Gusiev <agresso@gmail.com>, Alexey Vasiliev <https://leopard.in.ua> ", "license": "MIT", "private": false, "devDependencies": { "typescript": "^4.1.2" }, "dependencies": { "@typescript-eslint/eslint-plugin": "^4.9.0", "@typescript-eslint/parser": "^4.9.0", "eslint": "^8.35.0", "eslint-config-prettier": "^8.7.0", "eslint-plugin-import": "^2.27.5", "husky": "^4.3.0", "lint-staged": "^10.5.2", "pinst": "^2.1.1", "prettier": "^2.8.4" }, "scripts": { "build": "tsc && yarn lint:fix", "lint:fix": "yarn eslint --fix && yarn prettier --write lib/routes.ts", "postinstall": "yarn husky-upgrade" }, "husky": { "hooks": { "pre-commit": "yarn lint:fix" } }, "lint-staged": { "./lib/routes.ts": [ "yarn lint:fix" ] } }
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
js-routes-2.2.9 | package.json |
js-routes-2.2.8 | package.json |
js-routes-2.2.7 | package.json |
js-routes-2.2.6 | package.json |
js-routes-2.2.5 | package.json |