|
4 | 4 | "description": "prettier plugin for solidity", |
5 | 5 | "main": "src", |
6 | 6 | "scripts": { |
| 7 | + "coverage": "codecov", |
| 8 | + "eslint": "eslint src/**", |
| 9 | + "lint": "npm run eslint && npm run prettier -- --list-different", |
| 10 | + "lint:fix": "npm run eslint -- --fix && npm run prettier -- --write", |
7 | 11 | "prettier": "prettier \"{.,{src,tests_config}/**}/*.{js{,on},md}\" \"tests/**/jsfmt.spec.js\"", |
8 | | - "lint": "npm run prettier -- --list-different", |
9 | | - "lint:fix": "npm run prettier -- --write", |
10 | 12 | "test": "jest" |
11 | 13 | }, |
12 | 14 | "repository": { |
13 | 15 | "type": "git", |
14 | | - "url": "git+https://github.com/mattiaerre/prettier-plugin-solidity.git" |
| 16 | + "url": "git+https://github.com/prettier-solidity/prettier-plugin-solidity.git" |
15 | 17 | }, |
16 | 18 | "keywords": [ |
17 | 19 | "ethereum", |
|
23 | 25 | |
24 | 26 | "name": "Mattia Richetto" |
25 | 27 | }, |
| 28 | + "contributors": [ |
| 29 | + { |
| 30 | + |
| 31 | + "name": "Federico Bond" |
| 32 | + }, |
| 33 | + { |
| 34 | + |
| 35 | + "name": "Jed Fox" |
| 36 | + } |
| 37 | + ], |
26 | 38 | "license": "MIT", |
27 | 39 | "bugs": { |
28 | | - "url": "https://github.com/mattiaerre/prettier-plugin-solidity/issues" |
| 40 | + "url": "https://github.com/prettier-solidity/prettier-plugin-solidity/issues" |
29 | 41 | }, |
30 | | - "homepage": "https://github.com/mattiaerre/prettier-plugin-solidity#readme", |
| 42 | + "homepage": "https://github.com/prettier-solidity/prettier-plugin-solidity#readme", |
31 | 43 | "devDependencies": { |
| 44 | + "codecov": "^3.0.4", |
32 | 45 | "eslint": "^5.0.1", |
33 | 46 | "eslint-config-airbnb": "^17.0.0", |
34 | 47 | "eslint-plugin-import": "^2.13.0", |
|
0 commit comments