16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"name": "tools",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"scripts": {
|
|
"lint": "TIMING=1 eslint \"**/*.ts*\""
|
|
},
|
|
"devDependencies": {
|
|
"@vchikalkin/eslint-config-awesome": "^1.1.6",
|
|
"eslint": "^8.52.0",
|
|
"tsconfig": "workspace:*"
|
|
}
|
|
}
|