|
1 | 1 | { |
2 | | - "name": "@d3p1/base-css-template", |
3 | | - "version": "1.1.0", |
4 | | - "description": "A template to build things using CSS", |
5 | | - "private": true, |
6 | | - "type": "module", |
7 | | - "scripts": { |
8 | | - "format:code": "prettier --ignore-path .gitignore --check src", |
9 | | - "format:code:fix": "npm run format:code -- --write", |
10 | | - "refactor": "npm run format:code:fix" |
11 | | - }, |
12 | | - "repository": { |
13 | | - "type": "git", |
14 | | - "url": "git+https://github.com/d3p1/base-css-template.git" |
15 | | - }, |
16 | | - "keywords": [ |
17 | | - "template" |
18 | | - ], |
19 | | - "author": "C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)", |
20 | | - "license": "MIT", |
21 | | - "bugs": { |
22 | | - "url": "https://github.com/d3p1/base-css-template/issues" |
23 | | - }, |
24 | | - "homepage": "https://github.com/d3p1/base-css-template#readme", |
25 | | - "devDependencies": { |
26 | | - "@commitlint/cli": "^17.8.0", |
27 | | - "@d3p1/commitlint-config": "^1.0.0", |
28 | | - "husky": "^8.0.3", |
29 | | - "prettier": "3.0.3" |
30 | | - } |
| 2 | + "name": "@d3p1/base-css-template", |
| 3 | + "version": "1.1.0", |
| 4 | + "description": "A template to build things using CSS", |
| 5 | + "private": true, |
| 6 | + "type": "module", |
| 7 | + "scripts": { |
| 8 | + "format:code": "prettier --ignore-path .gitignore --check src", |
| 9 | + "format:code:fix": "npm run format:code -- --write", |
| 10 | + "refactor": "npm run format:code:fix" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git+https://github.com/d3p1/base-css-template.git" |
| 15 | + }, |
| 16 | + "keywords": [ |
| 17 | + "template" |
| 18 | + ], |
| 19 | + "author": "C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)", |
| 20 | + "license": "MIT", |
| 21 | + "bugs": { |
| 22 | + "url": "https://github.com/d3p1/base-css-template/issues" |
| 23 | + }, |
| 24 | + "homepage": "https://github.com/d3p1/base-css-template#readme", |
| 25 | + "devDependencies": { |
| 26 | + "@commitlint/cli": "^17.8.0", |
| 27 | + "@d3p1/commitlint-config": "^1.0.0", |
| 28 | + "husky": "^8.0.3", |
| 29 | + "prettier": "3.0.3" |
| 30 | + } |
31 | 31 | } |
0 commit comments