|
1 | 1 | {
|
2 |
| - "name": "testing-things", |
| 2 | + "name": "testing-things", |
3 | 3 | "private": true,
|
4 |
| - "version": "2.0.0", |
5 |
| - "description": "Testing things!", |
6 |
| - "scripts": { |
7 |
| - "prepare": "husky install", |
8 |
| - "format": "npx prettier --write --ignore-unknown \"**/*\"" |
9 |
| - }, |
10 |
| - "repository": "git://github.com/Virtual-Coffee/Testing-Things.git", |
11 |
| - "author": "Virtual Coffee <[email protected]> (https://virtualcoffee.io/)", |
12 |
| - "license": "CC-BY-3.0", |
13 |
| - "bugs": { |
14 |
| - "url": "https://github.com/Virtual-Coffee/Testing-Things/issues" |
15 |
| - }, |
16 |
| - "homepage": "https://github.com/Virtual-Coffee/Testing-Things#readme", |
17 |
| - "devDependencies": { |
18 |
| - |
19 |
| - "husky": "^7.0.2", |
20 |
| - "lint-staged": "^11.2.0", |
21 |
| - "prettier": "2.4.1", |
22 |
| - }, |
23 |
| - "dependencies": { |
24 |
| - |
25 |
| - }, |
26 |
| - "main": "index.js", |
27 |
| - "lint-staged": { |
28 |
| - "**/*": "prettier --write --ignore-unknown" |
29 |
| - } |
| 4 | + "version": "2.0.0", |
| 5 | + "description": "Testing things!", |
| 6 | + "scripts": { |
| 7 | + "prepare": "husky install", |
| 8 | + "format": "npx prettier --write --ignore-unknown \"**/*\"" |
| 9 | + }, |
| 10 | + "repository": "git://github.com/Virtual-Coffee/Testing-Things.git", |
| 11 | + "author": "Virtual Coffee <[email protected]> (https://virtualcoffee.io/)", |
| 12 | + "license": "CC-BY-3.0", |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/Virtual-Coffee/Testing-Things/issues" |
| 15 | + }, |
| 16 | + "homepage": "https://github.com/Virtual-Coffee/Testing-Things#readme", |
| 17 | + "devDependencies": { |
| 18 | + "husky": "^7.0.2", |
| 19 | + "lint-staged": "^11.2.0", |
| 20 | + "prettier": "2.4.1" |
| 21 | + }, |
| 22 | + "dependencies": {}, |
| 23 | + "main": "index.js", |
| 24 | + "lint-staged": { |
| 25 | + "**/*": "prettier --write --ignore-unknown" |
| 26 | + } |
30 | 27 | }
|
0 commit comments