forked from lix-project/lix-website
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "cspell-gitignore",
|
|
"version": "5.21.2",
|
|
"description": "Gitignore Glob matcher for cspell",
|
|
"keywords": [
|
|
"cspell",
|
|
"gitignore",
|
|
"glob"
|
|
],
|
|
"author": "Jason Dent <jason@streetsidesoftware.nl>",
|
|
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-gitignore#readme",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"bin": {
|
|
"cspell-gitignore": "bin.js"
|
|
},
|
|
"directories": {
|
|
"dist": "dist"
|
|
},
|
|
"typings": "dist/index.d.ts",
|
|
"files": [
|
|
"bin.js",
|
|
"dist",
|
|
"!**/__mocks__",
|
|
"!**/*.test.*",
|
|
"!**/*.spec.*",
|
|
"!**/*.map"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p .",
|
|
"build-dev": "tsc -p tsconfig.dev.json",
|
|
"watch": "tsc -p . -w",
|
|
"clean": "rimraf dist coverage .tsbuildinfo",
|
|
"clean-build": "npm run clean && npm run build",
|
|
"coverage": "jest --coverage",
|
|
"test-watch": "jest --watch",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/streetsidesoftware/cspell.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-gitignore"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
},
|
|
"dependencies": {
|
|
"cspell-glob": "^5.21.2",
|
|
"find-up": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.35",
|
|
"jest": "^28.1.0",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"gitHead": "ce422e9d62a5fbad056c4f82aafcbf98c6a86677"
|
|
}
|