58 lines
1.9 KiB
JSON
58 lines
1.9 KiB
JSON
{
|
|
"private": true,
|
|
"name": "tickwerk",
|
|
"description": "A tick based combat system for Foundry Virtual Tabletop",
|
|
"version": "1.4.4",
|
|
"license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing",
|
|
"homepage": "https://git.f3l.de/dungeonslayers/tickwerk",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.f3l.de/dungeonslayers/tickwerk"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.f3l.de/dungeonslayers/tickwerk/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Johannes Loher",
|
|
"email": "johannes.loher@fg4f.de"
|
|
}
|
|
],
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "run-s clean:files build:files",
|
|
"build:files": "rollup -c",
|
|
"watch": "rollup -c -w",
|
|
"link-package": "node ./tools/link-package.js",
|
|
"clean": "run-p clean:files clean:link",
|
|
"clean:files": "rimraf dist",
|
|
"clean:link": "node ./tools/link-package.js --clean",
|
|
"lint": "eslint --ext .js,.cjs,.mjs .",
|
|
"lint:fix": "eslint --ext .js,.cjs,.mjs --fix .",
|
|
"format": "prettier --write \"./**/*.(js|cjs|mjs|json|scss|yml|yaml)\"",
|
|
"bump-version": "node ./tools/bump-version.js",
|
|
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "19.3.0",
|
|
"@commitlint/config-conventional": "19.2.2",
|
|
"@guanghechen/rollup-plugin-copy": "5.0.12",
|
|
"@swc/core": "1.7.2",
|
|
"conventional-changelog-cli": "5.0.0",
|
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"fs-extra": "11.2.0",
|
|
"npm-run-all": "4.1.5",
|
|
"prettier": "2.8.8",
|
|
"rimraf": "6.0.1",
|
|
"rollup": "4.19.0",
|
|
"rollup-plugin-styles": "4.0.0",
|
|
"rollup-plugin-swc3": "0.11.2",
|
|
"sass": "1.62.1",
|
|
"semver": "7.6.3",
|
|
"yargs": "17.7.2"
|
|
},
|
|
"packageManager": "yarn@4.3.1"
|
|
}
|