16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"name": "scrabble",
|
|
"version": "1.0.0",
|
|
"description": "G600 L4 Application Programming Coursework 2020",
|
|
"main": "n/a",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "REDACTED",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"eslint": "^7.23.0",
|
|
"eslint-config-portsoc": "^0.8.1"
|
|
}
|
|
}
|