UNPKG

brazil-currencies

Version:
49 lines (48 loc) 1.3 kB
{ "name": "brazil-currencies", "version": "0.1.0", "description": "Search for Brazilian currencies in history", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "files": [ "dist" ], "typings": "dist/index.d.ts", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "rollup -c", "build-watch": "rollup -c -w", "start-playground": "cd playground && npm run start", "i-all": "npm i && cd playground && npm i", "dev": "npm-run-all --parallel build-watch start-playground", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/rodrigues-t/brazil-currencies.git" }, "keywords": [ "currency", "moeda", "brazil", "brasil" ], "author": "Thiago Rodrigues <thiagonr86@gmail.com>", "license": "MIT License", "bugs": { "url": "https://github.com/rodrigues-t/brazil-currencies/issues" }, "homepage": "https://github.com/rodrigues-t/brazil-currencies#readme", "devDependencies": { "npm-run-all": "^4.1.5", "rollup": "^2.38.5", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-typescript2": "^0.29.0", "typescript": "^4.1.3" }, "dependencies": { "date-fns": "^2.17.0" } }