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

45 lines
1.3 KiB
JSON
Raw Normal View History

2024-04-27 03:39:10 +00:00
{
"name": "@cspell/dict-dart",
"version": "1.1.1",
"description": "Dart dictionary for cspell.",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile \"src/dart.txt\" -o .",
"test": "npm run test-dict && npm run test-samples",
"test-samples": "cspell \"samples/**/*.dart\"",
"test-dict": "head -n 1000 \"src/dart.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=dart\" stdin",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"cspell-ext",
"dart",
"dart",
"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/dart#readme",
"files": [
"dart.txt.gz",
"cspell-ext.json"
],
"gitHead": "ceb4ae4c4fce87ea5e53530ee22bb8862a201d50"
}