about summary refs log tree commit diff
path: root/users/wpcarro/scratch/deepmind/part_two/package.json
blob: 1f10668ec861548795d669b6e359f747965bd521 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "deepmind-part-two",
  "version": "1.0.0",
  "description": "Practicing coding interview questions",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "William Carroll",
  "license": "MIT",
  "devDependencies": {
    "prettier": "^2.0.2",
    "ts-node": "^8.6.2",
    "typescript": "^3.7.5"
  }
}