mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-01-11 22:30:27 +01:00
30 lines
774 B
JSON
30 lines
774 B
JSON
{
|
|
"name": "theatrical-players-refactoring-kata",
|
|
"jest": {
|
|
"verbose": true
|
|
},
|
|
"version": "1.0.1",
|
|
"description": "Example from first chapter of 'Refactoring' by Martin Fowler, 2nd Edition (https://www.thoughtworks.com/books/refactoring2)",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/emilybache/Theatrical-Players-Refactoring-Kata.git"
|
|
},
|
|
"keywords": [
|
|
"kata",
|
|
"refactor"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"bugs": {
|
|
"url": "https://github.com/emilybache/Theatrical-Players-Refactoring-Kata/issues"
|
|
},
|
|
"homepage": "https://github.com/emilybache/Theatrical-Players-Refactoring-Kata",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"jest": "^26.6.3"
|
|
}
|
|
}
|