File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " tracker-server " ,
3- "version" : " 1.0.0" ,
4- "description" : " Server side of tracker application " ,
2+ "name" : " nest " ,
3+ "version" : " 1.0.0-alpha " ,
4+ "description" : " Modern, fast, powerful node.js web framework " ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "start" : " npm run build:live" ,
1313 "author" : " Kamil Mysliwiec" ,
1414 "license" : " ISC" ,
1515 "dependencies" : {
16- "typescript" : " ^2.1.4"
16+ "typescript" : " ^2.1.4" ,
17+ "cli-color" : " ^1.1.0" ,
18+ "express" : " ^4.14.0" ,
19+ "reflect-metadata" : " ^0.1.9" ,
20+ "rxjs" : " ^5.0.3" ,
21+ "socket.io" : " ^1.7.2"
1722 },
1823 "devDependencies" : {
1924 "@types/chai" : " ^3.4.34" ,
4045 "sinon-chai" : " ^2.8.0" ,
4146 "ts-node" : " ^2.0.0" ,
4247 "webpack" : " ^1.14.0"
43- },
44- "peerDependencies" : {
45- "cli-color" : " ^1.1.0" ,
46- "express" : " ^4.14.0" ,
47- "reflect-metadata" : " ^0.1.9" ,
48- "rxjs" : " ^5.0.3" ,
49- "socket.io" : " ^1.7.2"
5048 }
5149}
You can’t perform that action at this time.
0 commit comments