Skip to content

Commit

Permalink
docs(package-json): more precise docs in package json (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Apr 18, 2023
1 parent 2635b9c commit e50e326
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "werewolves-assistant-api-next",
"version": "1.6.2",
"description": "About Werewolves Assistant API provides over HTTP requests a way of manage Werewolves games to help the game master.",
"description": "Werewolves Assistant API provides over HTTP requests a way of manage Werewolves games to help the game master.",
"keywords": ["nest", "werewolves", "assistant", "mongoose", "typescript"],
"scripts": {
"prepare": "husky install",
"prebuild": "rimraf dist",
Expand All @@ -20,8 +21,8 @@
"test": "NODE_ENV=test jest --config config/jest/jest-global.ts",
"test:watch": "NODE_ENV=test jest --watch --config config/jest/jest-global.ts",
"test:cov": "NODE_ENV=test jest --coverage --config config/jest/jest-global.ts",
"test:stryker": "NODE_ENV=test rimraf tests/stryker/coverage && stryker run config/stryker/stryker.conf.json",
"test:stryker:force": "NODE_ENV=test rimraf tests/stryker/incremental.json tests/stryker/coverage && stryker run config/stryker/stryker.conf.json --force",
"test:stryker": "NODE_ENV=test rimraf tests/stryker/coverage && stryker run config/stryker/stryker.conf.json || rimraf .stryker-tmp/",
"test:stryker:force": "NODE_ENV=test rimraf tests/stryker/incremental.json tests/stryker/coverage && stryker run config/stryker/stryker.conf.json --force || rimraf .stryker-tmp/",
"test:unit": "NODE_ENV=test jest --config config/jest/jest-unit.ts",
"test:unit:watch": "NODE_ENV=test jest --watch --config config/jest/jest-unit.ts",
"test:unit:cov": "NODE_ENV=test rimraf tests/unit/coverage && jest --coverage --config config/jest/jest-unit.ts",
Expand All @@ -38,8 +39,14 @@
"type": "git",
"url": "git+https://github.com/antoinezanardi/werewolves-assistant-api-next.git"
},
"author": "Antoine ZANARDI",
"os": ["darwin", "linux"],
"author": {
"name": "Antoine ZANARDI",
"email": "antoine.zanardi@epitech.eu",
"url": "https://antoinezanardi.fr"
},
"license": "MIT",
"main": "src/main.ts",
"bugs": {
"url": "https://github.com/antoinezanardi/werewolves-assistant-api-next/issues"
},
Expand Down

0 comments on commit e50e326

Please sign in to comment.