|
1 | 1 | {
|
2 |
| - "name": "cashify", |
3 |
| - "version": "2.4.3", |
4 |
| - "description": "Lightweight currency conversion library, successor of money.js", |
5 |
| - "main": "dist/index.js", |
6 |
| - "module": "dist/index.esm.js", |
7 |
| - "types": "dist/index.d.ts", |
8 |
| - "files": [ |
9 |
| - "dist/**/*" |
10 |
| - ], |
11 |
| - "author": "Antoni Kepinski <a@kepinski.me> (https://kepinski.me)", |
12 |
| - "bugs": { |
13 |
| - "url": "https://github.com/xxczaki/cashify/issues" |
14 |
| - }, |
15 |
| - "scripts": { |
16 |
| - "prebuild": "del-cli dist", |
17 |
| - "esm": "tsc --module esnext && cpy dist/index.js dist --rename index.esm.js", |
18 |
| - "cjs": "tsc --module commonjs", |
19 |
| - "build": "npm run esm && npm run cjs", |
20 |
| - "test": "xo && nyc ava", |
21 |
| - "prepublishOnly": "npm run build" |
22 |
| - }, |
23 |
| - "engines": { |
24 |
| - "node": ">=10" |
25 |
| - }, |
26 |
| - "license": "MIT", |
27 |
| - "repository": "xxczaki/cashify", |
28 |
| - "homepage": "https://github.com/xxczaki/cashify", |
29 |
| - "funding": { |
30 |
| - "type": "opencollective", |
31 |
| - "url": "https://opencollective.com/cashify" |
32 |
| - }, |
33 |
| - "keywords": [ |
34 |
| - "cashify", |
35 |
| - "cash", |
36 |
| - "moneyjs", |
37 |
| - "money.js", |
38 |
| - "money", |
39 |
| - "conversion", |
40 |
| - "exchange", |
41 |
| - "currency-exchange", |
42 |
| - "exchange-rates", |
43 |
| - "open-exchange-rates", |
44 |
| - "fixer", |
45 |
| - "currencies", |
46 |
| - "convert-currency-rates", |
47 |
| - "replacement", |
48 |
| - "convert-currencies", |
49 |
| - "typescript", |
50 |
| - "money-conversion" |
51 |
| - ], |
52 |
| - "devDependencies": { |
53 |
| - "@akepinski/tsconfig": "0.0.2", |
54 |
| - "@typescript-eslint/eslint-plugin": "^3.6.0", |
55 |
| - "@typescript-eslint/parser": "^3.6.0", |
56 |
| - "ava": "^3.10.1", |
57 |
| - "coveralls": "^3.1.0", |
58 |
| - "cpy-cli": "^3.1.1", |
59 |
| - "del-cli": "^3.0.1", |
60 |
| - "eslint-config-xo-typescript": "^0.31.0", |
61 |
| - "nyc": "^15.1.0", |
62 |
| - "ts-node": "^8.10.2", |
63 |
| - "type-fest": "^0.16.0", |
64 |
| - "typescript": "^3.9.6", |
65 |
| - "xo": "^0.32.1" |
66 |
| - }, |
67 |
| - "sideEffects": false, |
68 |
| - "ava": { |
69 |
| - "extensions": [ |
70 |
| - "ts" |
71 |
| - ], |
72 |
| - "require": [ |
73 |
| - "ts-node/register" |
74 |
| - ] |
75 |
| - }, |
76 |
| - "xo": { |
77 |
| - "extends": "xo-typescript", |
78 |
| - "extensions": [ |
79 |
| - "ts" |
80 |
| - ] |
81 |
| - }, |
82 |
| - "dependencies": {} |
| 2 | + "name": "cashify", |
| 3 | + "version": "2.4.4", |
| 4 | + "description": "Lightweight currency conversion library, successor of money.js", |
| 5 | + "main": "dist/index.js", |
| 6 | + "module": "dist/index.esm.js", |
| 7 | + "types": "dist/index.d.ts", |
| 8 | + "files": [ |
| 9 | + "dist/**/*" |
| 10 | + ], |
| 11 | + "author": "Antoni Kepinski <a@kepinski.me> (https://kepinski.me)", |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/xxczaki/cashify/issues" |
| 14 | + }, |
| 15 | + "scripts": { |
| 16 | + "prebuild": "del-cli dist", |
| 17 | + "esm": "tsc --module esnext && cpy dist/index.js dist --rename index.esm.js", |
| 18 | + "cjs": "tsc --module commonjs", |
| 19 | + "build": "npm run esm && npm run cjs", |
| 20 | + "test": "xo && nyc ava", |
| 21 | + "prepublishOnly": "npm run build" |
| 22 | + }, |
| 23 | + "engines": { |
| 24 | + "node": ">=10" |
| 25 | + }, |
| 26 | + "license": "MIT", |
| 27 | + "repository": "xxczaki/cashify", |
| 28 | + "homepage": "https://github.com/xxczaki/cashify", |
| 29 | + "funding": { |
| 30 | + "type": "opencollective", |
| 31 | + "url": "https://opencollective.com/cashify" |
| 32 | + }, |
| 33 | + "keywords": [ |
| 34 | + "cashify", |
| 35 | + "cash", |
| 36 | + "moneyjs", |
| 37 | + "money.js", |
| 38 | + "money", |
| 39 | + "conversion", |
| 40 | + "exchange", |
| 41 | + "currency-exchange", |
| 42 | + "exchange-rates", |
| 43 | + "open-exchange-rates", |
| 44 | + "fixer", |
| 45 | + "currencies", |
| 46 | + "convert-currency-rates", |
| 47 | + "replacement", |
| 48 | + "convert-currencies", |
| 49 | + "typescript", |
| 50 | + "money-conversion" |
| 51 | + ], |
| 52 | + "devDependencies": { |
| 53 | + "@akepinski/tsconfig": "0.0.2", |
| 54 | + "@typescript-eslint/eslint-plugin": "^3.10.1", |
| 55 | + "@typescript-eslint/parser": "^3.10.1", |
| 56 | + "ava": "^3.12.1", |
| 57 | + "coveralls": "^3.1.0", |
| 58 | + "cpy-cli": "^3.1.1", |
| 59 | + "del-cli": "^3.0.1", |
| 60 | + "eslint-config-xo-typescript": "^0.32.0", |
| 61 | + "nyc": "^15.1.0", |
| 62 | + "ts-node": "^9.0.0", |
| 63 | + "type-fest": "^0.16.0", |
| 64 | + "typescript": "^4.0.2", |
| 65 | + "xo": "^0.33.0" |
| 66 | + }, |
| 67 | + "sideEffects": false, |
| 68 | + "ava": { |
| 69 | + "extensions": [ |
| 70 | + "ts" |
| 71 | + ], |
| 72 | + "require": [ |
| 73 | + "ts-node/register" |
| 74 | + ] |
| 75 | + }, |
| 76 | + "xo": { |
| 77 | + "extends": "xo-typescript", |
| 78 | + "extensions": [ |
| 79 | + "ts" |
| 80 | + ] |
| 81 | + }, |
| 82 | + "dependencies": {} |
83 | 83 | }
|
0 commit comments