lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-ruby/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2024-04-27 03:39:10 +00:00
{
"name": "@cspell/dict-ruby",
"version": "2.0.2",
"description": "For ruby and ruby on rails",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools compile \"ruby.txt\" -o .",
"test": "head -n 100 \"ruby.txt\" | cspell -v -c ./cspell-ext.json \"--local=en\" \"--languageId=ruby\" stdin",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"ruby",
"Ruby",
"dictionary",
"spelling"
],
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/ruby#readme",
"files": [
"ruby.txt.gz",
"cspell-ext.json"
],
"gitHead": "db27b978a6716c05374a17df850858b1531f3e99"
}