hello-vga-function
Version:
This is hello-vga-function package
28 lines (27 loc) • 548 B
JSON
{
"name": "hello-vga-function",
"version": "0.0.2",
"description": "This is hello-vga-function package",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"homepage": "https://google.com",
"repository": {
"url": "This is github url"
},
"scripts": {
"build": "tsup"
},
"keywords": [
"test"
],
"author": "huy-vga",
"license": "VGA",
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"dependencies": {
"hello-vga-function": "^0.0.1"
}
}