mirror of
https://github.com/mbround18/valheim-docker.git
synced 2021-10-22 21:53:54 +03:00
32 lines
853 B
JSON
32 lines
853 B
JSON
{
|
|
"name": "valheim",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:mbround18/valheim-docker.git",
|
|
"author": "mbround18 <12646562+mbround18@users.noreply.github.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"prerelease": "git fetch --tags",
|
|
"release": "auto shipit",
|
|
"start": "cargo make start",
|
|
"start:dev": "cargo make start:dev",
|
|
"lint": "cargo fmt && cargo clippy",
|
|
"build": "cargo make build:dev",
|
|
"test": "cargo test"
|
|
},
|
|
"devDependencies": {
|
|
"@auto-it/all-contributors": "10.32.0",
|
|
"@auto-it/git-tag": "10.32.1",
|
|
"@types/node": "15.3.0",
|
|
"auto": "10.32.1",
|
|
"typescript": "4.4.4"
|
|
},
|
|
"dependencies": {
|
|
"@auto-it/core": "^10.27.0",
|
|
"@octokit/core": "^3.4.0",
|
|
"@types/semver": "^7.3.5",
|
|
"@yarnpkg/pnpify": "^3.0.0-rc.3",
|
|
"semver": "^7.3.5"
|
|
}
|
|
}
|