smartmoney/package.json
2024-05-29 14:14:49 +02:00

48 lines
1.1 KiB
JSON

{
"name": "@push.rocks/smartmoney",
"version": "1.0.6",
"private": false,
"description": "A library for handling monetary values effectively.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^12.6.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"monetary",
"currency",
"finance",
"number parsing",
"value handling",
"TypeScript",
"npm package"
],
"homepage": "https://code.foss.global/push.rocks/smartmoney",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartmoney.git"
}
}