1
Fork 0
solar-conflux/typescript/fourjs/package.json
Matei Adriel c19818b95b
typescript(fourjs): first commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-17 15:53:12 +02:00

17 lines
321 B
JSON

{
"name": "four",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Matei Adriel",
"license": "ISC",
"dependencies": {
"@types/express": "^4.16.0",
"express": "^4.16.4",
"typescript": "^3.2.2"
}
}