36 lines
952 B
JSON
36 lines
952 B
JSON
{
|
|
"name": "cntest",
|
|
"version": "1.0.0",
|
|
"description": "In dev: ```bash bundle exec jekyll serve ```",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"prepare": "husky",
|
|
"format": "prettier --write .",
|
|
"dev": "bundle exec jekyll serve",
|
|
"build": "bundle exec jekyll build"
|
|
},
|
|
"lint-staged": {
|
|
"*.{html,md,js,css,scss,json,yaml,yml,conf}": "prettier --write"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wboughattas/cntest.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"bugs": {
|
|
"url": "https://github.com/wboughattas/cntest/issues"
|
|
},
|
|
"homepage": "https://github.com/wboughattas/cntest#readme",
|
|
"devDependencies": {
|
|
"@shopify/prettier-plugin-liquid": "^1.10.0",
|
|
"prettier-plugin-nginx": "^1.0.3",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.2.7",
|
|
"prettier": "^3.7.4"
|
|
}
|
|
}
|