macos-defaults/build/github/package.json
2020-11-04 20:46:45 +01:00

24 lines
639 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"
},
"license": "MIT",
"dependencies": {
"handlebars": "4.7.6",
"yaml": "1.10.0"
},
"devDependencies": {
"jest": "26.6.3",
"prettier": "2.1.2",
"rimraf": "3.0.2"
}
}