2019-12-18 05:07:43 +00:00
|
|
|
{
|
|
|
|
"name": "allegro",
|
|
|
|
"private": true,
|
2022-08-29 00:28:55 +00:00
|
|
|
"version": "0.36.0",
|
2020-01-02 06:06:28 +00:00
|
|
|
"fedran": {
|
|
|
|
"pov": "0037",
|
|
|
|
"vol": "00"
|
|
|
|
},
|
|
|
|
"description": "A novel by D. Moonfire",
|
|
|
|
"author": "D. Moonfire",
|
|
|
|
"license": "CC-BY-NC-SA-4.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://gitlab.com/fedran/allegro.git"
|
|
|
|
},
|
|
|
|
"homepage": "https://fedran.com/allegro/",
|
2019-12-18 05:07:43 +00:00
|
|
|
"scripts": {
|
|
|
|
"build:pdf": "mfgames-writing-format build pdf",
|
2020-01-02 06:06:28 +00:00
|
|
|
"build:epub": "mfgames-writing-format build epub",
|
2022-08-01 15:38:27 +00:00
|
|
|
"build:docx": "mfgames-writing-format build docx",
|
|
|
|
"build": "run-s build:*",
|
|
|
|
"prebuild": "npm run format",
|
2020-01-02 06:06:28 +00:00
|
|
|
"bundle": "tar -cjf $npm_package_name.tar.bz2 *.epub *.pdf",
|
|
|
|
"prebundle": "npm run build",
|
|
|
|
"upload": "aws --endpoint-url https://$AWS_ENDPOINT s3 cp --acl public-read $npm_package_name.tar.bz2 s3://$AWS_BUCKET/$npm_package_name.tar.bz2",
|
2020-05-10 06:04:13 +00:00
|
|
|
"preupload": "npm run bundle",
|
2022-08-01 15:38:27 +00:00
|
|
|
"test:epubcheck": "epubcheck *.epub",
|
|
|
|
"prepare": "husky install",
|
|
|
|
"format": "run-s format:*",
|
|
|
|
"format:prettier": "prettier . --write --loglevel warn",
|
|
|
|
"format:nix": "nixfmt flake.nix",
|
|
|
|
"test": "run-s test:*",
|
|
|
|
"test:commits": "commitlint-gitlab-ci -x @commitlint/config-conventional"
|
2020-01-02 06:06:28 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-05-10 06:04:13 +00:00
|
|
|
"@fedran/lint": "^0.1.0",
|
2020-01-02 06:06:28 +00:00
|
|
|
"@fedran/writing-hyphen": "^1.0.0",
|
2022-08-01 15:38:27 +00:00
|
|
|
"@fedran/writing-theme": "^4.0.2",
|
|
|
|
"@mfgames-writing/contracts": "^4.4.0",
|
|
|
|
"@mfgames-writing/docx-format": "^1.0.2",
|
|
|
|
"@mfgames-writing/epub2-format": "^2.1.1",
|
|
|
|
"@mfgames-writing/format": "^3.3.1",
|
|
|
|
"@mfgames-writing/guillemet": "^1.0.0",
|
|
|
|
"@mfgames-writing/hyphen-pipeline": "^1.0.2",
|
|
|
|
"@mfgames-writing/liquid-theme": "^2.1.1",
|
|
|
|
"@mfgames-writing/weasyprint-format": "^5.0.4",
|
2022-08-28 23:39:58 +00:00
|
|
|
"markdown-it-multimd-table": "^4.2.0"
|
2020-01-02 06:06:28 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-01 15:38:27 +00:00
|
|
|
"@commitlint/cli": "^15.0.0",
|
|
|
|
"@commitlint/config-conventional": "^15.0.0",
|
|
|
|
"@semantic-release/changelog": "^6.0.1",
|
|
|
|
"@semantic-release/exec": "^6.0.3",
|
|
|
|
"@semantic-release/git": "^10.0.1",
|
|
|
|
"@semantic-release/gitlab": "^7.0.4",
|
|
|
|
"@semantic-release/npm": "^8.0.3",
|
|
|
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
2020-01-02 06:06:28 +00:00
|
|
|
"commitizen": "^2.10.1",
|
2022-08-01 15:38:27 +00:00
|
|
|
"commitlint-gitlab-ci": "^0.0.4",
|
2020-01-02 06:06:28 +00:00
|
|
|
"cz-conventional-changelog": "^2.1.0",
|
2022-08-01 15:38:27 +00:00
|
|
|
"husky": "^7.0.2",
|
2022-08-12 20:18:12 +00:00
|
|
|
"markdowny": "^0.2.1",
|
2022-08-01 15:38:27 +00:00
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"prettier": "^2.0.5",
|
|
|
|
"semantic-release": "^18.0.1"
|
2022-08-12 20:18:12 +00:00
|
|
|
}
|
2019-12-18 05:07:43 +00:00
|
|
|
}
|