Sha256: ba8e8ee03e603b6fa34eebf622bf5894cd6e159f0045d55a0a0ed372cb9620ef
Contents?: true
Size: 683 Bytes
Versions: 11
Compression:
Stored size: 683 Bytes
Contents
{ "name": "@geolonia/japanese-numeral", "version": "0.1.16", "description": "Converts Japanese Kanji numeral to number.", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "mocha -r ts-node/register test/*.ts", "test:watch": "npm test -- --watch --watch-files src/**/*.ts --watch-files test/**/*.ts" }, "repository": { "type": "git", "url": "git+https://github.com/geolonia/japanese-numeral.git" }, "author": "Geolonia Inc.", "license": "MIT", "devDependencies": { "@types/chai": "^4.2.11", "@types/mocha": "^8.0.0", "chai": "^4.2.0", "mocha": "^8.0.1", "ts-node": "^8.10.2", "typescript": "^3.9.6" } }
Version data entries
11 entries across 11 versions & 1 rubygems