1
0
mirror of https://github.com/garraflavatra/trmclr.git synced 2024-11-21 21:38:57 +01:00
trmclr/package.json
2022-10-09 10:10:43 +02:00

36 lines
761 B
JSON

{
"name": "trmclr",
"version": "1.0.0",
"description": "Terminal colors but easier",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsup src/index.ts --format cjs --dts"
},
"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",
"devDependencies": {
"@types/node": "^18.8.3",
"tsup": "^6.2.3",
"typescript": "^4.8.4"
}
}