Added nodejs globals to the project for better development. This will be changed and a config to change the globals will be added.
36 lines
851 B
JSON
36 lines
851 B
JSON
{
|
|
"name": "readable",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"module": "./src/index.js",
|
|
"source": "./src/index.js",
|
|
"exports": {
|
|
"default": "./src/index.js",
|
|
"import": "./src/index.js",
|
|
"types": "./index.d.ts"
|
|
},
|
|
"type": "module",
|
|
"types": "./src/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",
|
|
"@types/node": "^20.4.1",
|
|
"eslint": "^8.44.0"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/eslintrc": "^2.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
|
"@typescript-eslint/parser": "^5.45.0",
|
|
"globals": "^13.20.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|