mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
15 lines
241 B
JSON
15 lines
241 B
JSON
{
|
|
"name": "email",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"compile": "tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "Emily",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"typescript": "^5.7.3"
|
|
}
|
|
} |