UNPKG

357 BJSONView Raw
1{
2 "name": "oly-test",
3 "description": "oly Test with TypeScript",
4 "version": "0.2.4",
5 "license": "MIT",
6 "scripts": {
7 "clean": "rm -rf node_modules coverage out"
8 },
9 "dependencies": {
10 "@types/mocha": "2.2.33",
11 "@types/node": "6.0.48",
12 "mocha": "3.1.2",
13 "nyc": "9.0.1",
14 "ts-node": "1.6.0",
15 "typescript": "2.0.10"
16 }
17}