an-array-of-french-words
Version:
List of ~336,000 French words
68 lines (67 loc) • 1.55 kB
JSON
{
"name": "an-array-of-french-words",
"version": "2.0.0",
"description": "List of ~336,000 French words",
"license": "MIT",
"keywords": [
"array",
"list",
"french",
"français",
"words",
"mots",
"language",
"dictionary",
"corpus",
"wordlist"
],
"repository": "words/an-array-of-french-words",
"bugs": "https://github.com/words/an-array-of-french-words/issues",
"author": "Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)",
"contributors": [
"Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)",
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"main": "index.json",
"bin": {
"mots": "./cli.js",
"an-array-of-french-words": "./cli.js"
},
"files": [
"index.json",
"cli.js"
],
"dependencies": {},
"devDependencies": {
"bail": "^1.0.0",
"concat-stream": "^2.0.0",
"prettier": "^1.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"xo": "^0.26.0"
},
"scripts": {
"generate": "node build",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"test-api": "node test",
"test": "npm run format && npm run test-api"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"prettier": true,
"esnext": false
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
}
}