main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
640 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "@eslint/js",
|
---|
| 3 | "version": "8.57.0",
|
---|
| 4 | "description": "ESLint JavaScript language implementation",
|
---|
| 5 | "main": "./src/index.js",
|
---|
| 6 | "scripts": {},
|
---|
| 7 | "files": [
|
---|
| 8 | "LICENSE",
|
---|
| 9 | "README.md",
|
---|
| 10 | "src"
|
---|
| 11 | ],
|
---|
| 12 | "publishConfig": {
|
---|
| 13 | "access": "public"
|
---|
| 14 | },
|
---|
| 15 | "repository": {
|
---|
| 16 | "type": "git",
|
---|
| 17 | "url": "https://github.com/eslint/eslint.git",
|
---|
| 18 | "directory": "packages/js"
|
---|
| 19 | },
|
---|
| 20 | "homepage": "https://eslint.org",
|
---|
| 21 | "bugs": "https://github.com/eslint/eslint/issues/",
|
---|
| 22 | "keywords": [
|
---|
| 23 | "javascript",
|
---|
| 24 | "eslint-plugin",
|
---|
| 25 | "eslint"
|
---|
| 26 | ],
|
---|
| 27 | "license": "MIT",
|
---|
| 28 | "engines": {
|
---|
| 29 | "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
---|
| 30 | }
|
---|
| 31 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.