@someinterestingtestnamesorrynpmforthisasdsadasdasdasd/packageone
Version:
Best way to do money in js
63 lines • 1.71 kB
JSON
{
"name": "@someinterestingtestnamesorrynpmforthisasdsadasdasdasd/packageone",
"version": "9.0.1",
"author": "Whispers12",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"maintainers": [
{
"name": "Whispers12",
"email": "githubFrolov@yandex.ru"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/frolovdev/easymoney.git"
},
"bugs": {
"url": "https://github.com/frolovdev/easymoney/issues"
},
"homepage": "https://github.com/frolovdev/easymoney#readme",
"license": "MIT",
"description": "Best way to do money in js",
"scripts": {
"build-prod": "yarn clean && yarn build",
"publish-script": "npm publish",
"postpublish": "yarn clean",
"start": "tsc -w --preserveWatchOutput",
"build": "../../node_modules/.bin/rollup -c",
"clean": "../../node_modules/.bin/rimraf dist/",
"deploy": "cd website && now",
"test": "../../node_modules/.bin/jest --watchAll",
"test-prop": "../../node_modules/.bin/jest propbased-test",
"test-debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand",
"test-prehook": "../../node_modules/.bin/jest --bail",
"size": "size-limit"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@easymoney/core": "^1.0.0"
},
"files": [
"/README.md",
"/package.json",
"/dist"
],
"keywords": [
"easymoney",
"money",
"dinero",
"dinero.js",
"amount",
"immutable",
"monetary"
]
}