@rniv/base-n
Version:
## Installation
40 lines (39 loc) • 888 B
JSON
{
"name": "@rniv/base-n",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"prepublish": "npm run build && npm run test",
"test": "mocha",
"test-run": "ts-node ./test-run/test.ts",
"test-run:js": "ts-node ./test-run/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrkjonnapalli/base-n.git"
},
"keywords": [
"base-n",
"basen",
"base-x",
"basex",
"base",
"numbers"
],
"author": "rrkjonnapalli",
"license": "ISC",
"bugs": {
"url": "https://github.com/rrkjonnapalli/base-n/issues"
},
"homepage": "https://github.com/rrkjonnapalli/base-n#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.0.2",
"ts-node": "^8.0.3",
"typescript": "^3.4.2"
}
}