mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-17 15:03:08 +00:00
8255326701
Snyk has created this PR to upgrade yaml from 1.10.0 to 1.10.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/yannbertrand/project/4aa59eb6-bc6e-4c64-adf0-edb1f8227121?utm_source=github&utm_medium=upgrade-pr
26 lines
782 B
JSON
26 lines
782 B
JSON
{
|
|
"private": true,
|
|
"name": "macos-defaults-github-builder",
|
|
"version": "0.1.0",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"clean": "rimraf dist*",
|
|
"build": "yarn clean && node build.js",
|
|
"build:prod": "yarn build",
|
|
"test": "jest",
|
|
"gitmoji-initial-changelog": "gitmoji-changelog --preset generic --output dist-initial/changelog.md",
|
|
"gitmoji-changelog": "gitmoji-changelog --preset generic --output dist/changelog.md",
|
|
"lint": "prettier --write . --ignore-path ../../.prettierignore",
|
|
"lint:ci": "prettier --check . --ignore-path ../../.prettierignore"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"handlebars": "4.7.7",
|
|
"yaml": "1.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "26.6.3",
|
|
"prettier": "2.2.1",
|
|
"rimraf": "3.0.2"
|
|
}
|
|
}
|