1
Fork 0
solar-conflux/typescript/translucid/package.json
Matei Adriel 62b1390b18
typescript(translucid): first commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-19 22:41:54 +02:00

24 lines
465 B
JSON

{
"name": "translucid",
"version": "1.0.0",
"description": "A simple node library to bind files to requests",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "a"
},
"keywords": [
"translucid"
],
"author": "Matei Adriel",
"license": "ISC",
"dependencies": {
"@types/node": "^10.12.18",
"express": "^4.16.4"
},
"devDependencies": {}
}