old-money
Version:
Pounds, shillings, and pence
37 lines (36 loc) • 884 B
JSON
{
"name": "old-money",
"version": "1.0.1",
"description": "Pounds, shillings, and pence",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "ava",
"build": "esbuild src/index.ts --format=esm --bundle --outfile=dist/index.js",
"watch": "esbuild src/index.ts --format=esm --bundle --outfile=dist/index.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stegriff/old-money.git"
},
"keywords": [
"money",
"pre-decimal",
"pence",
"shillings",
"pounds",
"currency",
"lsd",
"£sd"
],
"author": "Stephen Griffiths",
"license": "MIT",
"bugs": {
"url": "https://github.com/stegriff/old-money/issues"
},
"homepage": "https://github.com/stegriff/old-money#readme",
"devDependencies": {
"esbuild": "^0.12.2",
"ava": "^3.15.0"
}
}