frontend-playground/typescript/package.json

15 lines
282 B
JSON

{
"name": "typescript",
"version": "1.0.0",
"description": "Practising typescript",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^4.3.5"
}
}