28 lines
990 B
JSON
28 lines
990 B
JSON
{
|
|
"name": "alphabet-soup",
|
|
"version": "1.0.0",
|
|
"description": "> You have been contracted from a newspaper tasked with the job of providing an answer key to their word search for the Sunday print. The newspaper's word search is a traditional game consisting of a grid of characters in which a selection of words have been hidden. You are provided with the list of words that have been hidden and must find the words within the grid of characters.",
|
|
"homepage": "https://gitlab.com/null/alphabet-soup#readme",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/null/alphabet-soup/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/null/alphabet-soup.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"tslint": "^5.20.1",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.2.0"
|
|
}
|
|
}
|