28 lines
585 B
JSON
28 lines
585 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|