PRIMEIRO ENVIO
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "@cloneweb/types",
|
||||
"version": "1.0.0",
|
||||
"description": "TypeScript type definitions",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"dev": "tsc --watch",
|
||||
"clean": "rm -rf dist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user