test-npm-first-function
Version:
test ve cach dong goi module trong nodejs
22 lines (21 loc) • 519 B
JSON
{
"name": "test-npm-first-function",
"version": "1.0.1",
"description": "test ve cach dong goi module trong nodejs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TamNguyenTran/pharmacode-examble.git"
},
"keywords": [
"N"
],
"author": "nttam1182",
"license": "ISC",
"homepage": "https://github.com/TamNguyenTran/pharmacode-examble#readme"
}