2022-10-09 10:10:43 +02:00
|
|
|
{
|
|
|
|
"name": "trmclr",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Terminal colors but easier",
|
2024-08-09 14:03:36 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"types": "index.d.ts",
|
2022-10-09 10:10:43 +02:00
|
|
|
"files": [
|
2024-08-09 14:03:36 +02:00
|
|
|
"index.js"
|
2022-10-09 10:10:43 +02:00
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/garraflavatra/trmclr.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"color",
|
|
|
|
"colors",
|
|
|
|
"terminal",
|
|
|
|
"console"
|
|
|
|
],
|
|
|
|
"author": "Romein van Buren <romein@vburen.nl>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/garraflavatra/trmclr/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/garraflavatra/trmclr#readme",
|
2024-08-09 14:03:36 +02:00
|
|
|
"scripts": {
|
2024-08-09 14:28:46 +02:00
|
|
|
"build": "tsc",
|
|
|
|
"lint": "eslint index.js"
|
2024-08-09 14:03:36 +02:00
|
|
|
},
|
2022-10-09 10:10:43 +02:00
|
|
|
"devDependencies": {
|
2024-08-09 14:28:46 +02:00
|
|
|
"@garraflavatra/yeslint": "^1.2.0",
|
|
|
|
"@types/node": "^22.1.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"typescript": "^5.5.4"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "./node_modules/@garraflavatra/yeslint/configs/generic.js",
|
|
|
|
"parserOptions": {
|
|
|
|
"sourceType": "module"
|
|
|
|
}
|
2022-10-09 10:10:43 +02:00
|
|
|
}
|
|
|
|
}
|