fp/packages/types/package.json

17 lines
301 B
JSON

{
"name": "types",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.d.ts",
"scripts": {
"test": "echo \"Warn: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "Unlicense",
"devDependencies": {
"typescript": "^5.5.3"
}
}