This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/packages/core/package.json

28 lines
585 B
JSON
Raw Normal View History

2023-07-11 14:50:49 -03:00
{
"name": "@readable/core",
"version": "1.0.0",
"description": "",
"main": "index.js",
"module": "./index.js",
"source": "./index.js",
"exports": {
"default": "./index.js",
"import": "./index.js",
"types": "./index.d.ts"
},
"type": "module",
"types": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^8.44.0",
"@types/eslint__js": "^8.42.0",
"eslint": "^8.44.0"
}
}