prefix-si
Version:
SI, IEC, BS1852 compatible number formatter
42 lines (41 loc) • 857 B
JSON
{
"name": "prefix-si",
"version": "1.2.0",
"description": "SI, IEC, BS1852 compatible number formatter",
"keywords": [
"Si",
"Prefix",
"SI",
"IEC",
"BS1852"
],
"author": "Daniel Król",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"compile": "tsc -d",
"test": "ts-node node_modules/tape/bin/tape test/**/*.ts",
"prepublish": "npm test && tsc -d",
"postpublish": "rm ./index.{js,d.ts}"
},
"dependencies": {
"typescript-object-utils": "^0.2.0"
},
"devDependencies": {
"@types/tape": "^4.2.28",
"tape": "^4.5.1",
"ts-node": "^2.0.0",
"tslint": "^4.4.2",
"typescript": "^2.0.0"
},
"files": [
"index.ts",
"index.js",
"index.d.ts"
],
"repository": {
"url": "git@github.com:mleko/js-prefix-si.git",
"type": "git"
}
}