hello-npm-tslint-rollup
Version:
Well that's a mouthfull. This package is a test package. It is supposed to let you know whether `package.json` file is in your current working directory `process.cwd()`. The name references the module bundler `rollup` and my own automation-script [tslint]
25 lines (24 loc) • 577 B
JSON
{
"name": "hello-npm-tslint-rollup",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "",
"dev": "node index.js",
"build": "rollup -c"
},
"keywords": ["test-package","hello-world"],
"author": "marisa",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.2",
"@types/node": "^20.5.1",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"rollup": "^3.28.0",
"tslib": "^2.6.2",
"typescript": "^5.1.6"
}
}