shashikumar-package
Version:
custom package just to learn things
31 lines (30 loc) • 700 B
JSON
{
"name": "shashikumar-package",
"version": "1.0.0",
"description": "custom package just to learn things",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "npm run sk-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shashi-kumar-ka/npm-package.git"
},
"keywords": [
"design",
"shashi",
"package",
"shashikumar"
],
"author": "Shashi Kumar K A",
"license": "ISC",
"bugs": {
"url": "https://github.com/shashi-kumar-ka/npm-package/issues"
},
"homepage": "https://github.com/shashi-kumar-ka/npm-package#readme",
"devDependencies": {
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
}
}