@paydirt/fmt
Version:
String formating using commonly used standards
38 lines (37 loc) • 1.03 kB
JSON
{
"name": "@paydirt/fmt",
"version": "0.3.1",
"description": "String formating using commonly used standards",
"main": "./lib/umd/index.js",
"module": "./lib/esm5/index.js",
"typings": "./lib/types/index.d.ts",
"scripts": {
"repl": "node -e \"require('repl').start('> ').context.fmt = require('./lib/umd')\"",
"clean": "shx rm -rf lib/",
"prebuild": "npm run clean",
"build": "tsc && rollup -c",
"test": "tsc --outFile /dev/stdout test.ts | node -",
"verify": "npm run build && npm test && npm publish --dry-run"
},
"keywords": [
"fmt",
"data",
"table",
"string",
"format",
"rewrite",
"console",
"formatter",
"formatting"
],
"author": "Carl Calderon <carl.calderon@gmail.com> (https://github.com/carlcalderon)",
"license": "MIT",
"repository": "github:carlcalderon/fmt",
"devDependencies": {
"@types/node": "^17.0.10",
"rollup": "^2.65.0",
"rollup-plugin-typescript2": "^0.24.3",
"shx": "^0.3.4",
"typescript": "^4.5.5"
}
}