|
|
@ -1,7 +1,19 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "carbon",
|
|
|
|
"name": "carbon",
|
|
|
|
|
|
|
|
"description": "Create and share beautiful images of your source code",
|
|
|
|
"version": "4.7.25",
|
|
|
|
"version": "4.7.25",
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"repository": {
|
|
|
|
|
|
|
|
"type": "git",
|
|
|
|
|
|
|
|
"url": "git+https://github.com/carbon-app/carbon.git"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"bugs": {
|
|
|
|
|
|
|
|
"url": "https://github.com/carbon-app/carbon/issues"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"homepage": "https://carbon.now.sh",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"build": "next build",
|
|
|
@ -77,9 +89,6 @@
|
|
|
|
"now-release": "^0.0.2",
|
|
|
|
"now-release": "^0.0.2",
|
|
|
|
"wait-on": "^5.2.0"
|
|
|
|
"wait-on": "^5.2.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"lint-staged": {
|
|
|
|
"lint-staged": {
|
|
|
|
"*.js": [
|
|
|
|
"*.js": [
|
|
|
|
"npm run lint",
|
|
|
|
"npm run lint",
|
|
|
@ -89,15 +98,6 @@
|
|
|
|
"npm run contrib:build"
|
|
|
|
"npm run contrib:build"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"description": "Create and share beautiful images of your source code",
|
|
|
|
|
|
|
|
"repository": {
|
|
|
|
|
|
|
|
"type": "git",
|
|
|
|
|
|
|
|
"url": "git+https://github.com/carbon-app/carbon.git"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"bugs": {
|
|
|
|
|
|
|
|
"url": "https://github.com/carbon-app/carbon/issues"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"homepage": "https://carbon.now.sh",
|
|
|
|
|
|
|
|
"husky": {
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|