UNPKG

358 BJSONView Raw
1{
2 "name": "oly-test",
3 "description": "oly Test with TypeScript",
4 "version": "0.2.7",
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.51",
12 "mocha": "3.2.0",
13 "nyc": "10.0.0",
14 "ts-node": "1.7.0",
15 "typescript": "2.0.10"
16 }
17}