{
	"name": "array-to-sentence-ja",
	"version": "2.0.0",
	"description": "Japanese version of array-to-sentence",
	"repository": "shinnn/array-to-sentence-ja",
	"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
	"scripts": {
		"prebuild": "eslint --fix --format=codeframe module.mjs test.js",
		"build": "rollup --config=node:module",
		"pretest": "npm run-script build",
		"test": "nyc --reporter=html --reporter=text node test.js"
	},
	"license": "ISC",
	"module": "index.mjs",
	"files": [
		"index.js",
		"index.mjs"
	],
	"keywords": [
		"to-sentence",
		"sentence",
		"array",
		"join",
		"human",
		"readable",
		"string",
		"separator",
		"comma",
		"and",
		"natural-language",
		"ja",
		"japanese",
		"browser",
		"client-side"
	],
	"dependencies": {
		"array-to-sentence": "^2.0.0"
	},
	"devDependencies": {
		"@shinnn/eslint-config": "^5.4.0",
		"eslint": "^4.19.1",
		"nyc": "^11.6.0",
		"rollup": "^0.57.1",
		"rollup-config-module": "^2.0.0",
		"tape": "^4.9.0"
	},
	"eslintConfig": {
		"extends": "@shinnn"
	}
}
