generated from d3p1/base-css-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@d3p1/3d-css-building",
"version": "1.3.0",
"description": "A template to build things using CSS",
"private": true,
"type": "module",
"scripts": {
"format:code": "prettier --ignore-path .gitignore --check docs",
"format:code:fix": "npm run format:code -- --write",
"refactor": "npm run format:code:fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d3p1/3d-css-building.git"
},
"keywords": [
"template"
],
"author": "C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/d3p1/3d-css-building/issues"
},
"homepage": "https://github.com/d3p1/3d-css-building#readme",
"devDependencies": {
"@commitlint/cli": "^17.8.0",
"@d3p1/commitlint-config": "^1.0.0",
"husky": "^8.0.3",
"prettier": "3.0.3"
}
}