UNPKG

753 BJSONView Raw
1{
2 "name": "@cliche/mag",
3 "version": "0.0.4",
4 "description": "Format number",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "publishConfig": {
11 "access": "public"
12 },
13 "scripts": {
14 "pub": "npm publish",
15 "test": "node -r @babel/register test/cliche-mag.test.js"
16 },
17 "dependencies": {
18 "@typen/num-strict": "0.0.2"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/hoyeungw/cliche.git"
23 },
24 "keywords": [
25 "format"
26 ],
27 "author": "Hoyeung Wong",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/hoyeungw/cliche"
31 },
32 "homepage": "https://github.com/hoyeungw/cliche#readme",
33 "gitHead": "8ea5060841f22307fc5f011326f40e4a6c68f632"
34}