# 00_calculator

> **Steps**

Latest version **1.1.0** (published 2022-12-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install 00_calculator
pnpm add 00_calculator
yarn add 00_calculator
bun add 00_calculator
```

Provides the command `00_calculator`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2022-12-06 |
| First published | 2022-12-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 16.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | sajidmunawar |

## Links

- npm: https://www.npmjs.com/package/00_calculator
- npm.io page: https://npm.io/package/00_calculator

## Dependencies (3)

- [chalk](https://npm.io/package/chalk.md) ^5.1.2
- [inquirer](https://npm.io/package/inquirer.md) ^9.1.4
- [chalk-animation](https://npm.io/package/chalk-animation.md) ^2.0.3

## Recent versions

- 1.1.0 (latest) — 2022-12-06

## README

**Steps**

` npm init -y`
` tsc --init `

in package.json add:
` "types":"module", `

optional:
 `  "start":"tsc && node index.js" `

in tsconfig.js add:

 `"target": "ES2022"`

` "module": "NodeNext",          `
` "moduleResolution": "NodeNext",`

install packages using npm:
`npm i inquirer`
`npm i @types/inquirer -D`

---
_Source: https://npm.io/package/00_calculator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
