You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
300 B

{
"name": "interface",
"version": "0.0.0",
"description": "interface",
"main": "app.js",
"author": {
"name": ""
},
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean"
},
"devDependencies": {
"@types/node": "^8.0.14",
"typescript": "^3.2.2"
}
}