|
- {
- "version": "0.1.0",
- "license": "MIT",
- "main": "dist/index.js",
- "typings": "dist/index.d.ts",
- "files": [
- "dist",
- "src"
- ],
- "engines": {
- "node": ">=10"
- },
- "scripts": {
- "start": "tsdx watch",
- "build": "tsdx build",
- "test": "tsdx test",
- "lint": "tsdx lint",
- "prepare": "tsdx build"
- },
- "peerDependencies": {},
- "husky": {
- "hooks": {
- "pre-commit": "tsdx lint"
- }
- },
- "name": "@theoryofnekomata/number-name",
- "author": "TheoryOfNekomata <allan.crisostomo@outlook.com> (https://modal.sh)",
- "module": "dist/number-name.esm.js",
- "devDependencies": {
- "@types/node": "^14.6.0",
- "fast-check": "^2.1.0",
- "husky": "^4.2.5",
- "tsdx": "^0.13.2",
- "tslib": "^2.0.1",
- "typescript": "^3.9.7"
- }
- }
|