tree-sitter/crates/cli/eslint/package.json

30 lines
664 B
JSON
Raw Normal View History

2024-09-22 20:23:49 -04:00
{
"name": "eslint-config-treesitter",
"version": "1.0.2",
"description": "Eslint configuration for Tree-sitter grammar files",
"repository": {
"type": "git",
"url": "git+https://github.com/tree-sitter/tree-sitter.git",
"directory": "crates/cli/eslint"
2024-09-22 20:23:49 -04:00
},
"license": "MIT",
"author": "Amaan Qureshi <amaanq12@gmail.com>",
"main": "index.js",
"type": "module",
"keywords": [
"eslint",
"eslintconfig",
"tree-sitter"
],
"dependencies": {
"eslint-plugin-jsdoc": "^50.2.4"
},
"peerDependencies": {
"eslint": ">= 9"
2025-08-15 16:00:23 +03:00
},
"scripts": {
"prepack": "cp ../../../LICENSE .",
"postpack": "rm LICENSE"
2024-09-22 20:23:49 -04:00
}
}