@bluesialia/jsonresume-theme-bluetime
Version:
A modern, clean TypeScript-based theme for JSON Resume with responsive design and professional styling
65 lines (64 loc) • 1.82 kB
JSON
{
"name": "@bluesialia/jsonresume-theme-bluetime",
"version": "0.4.2",
"description": "A modern, clean TypeScript-based theme for JSON Resume with responsive design and professional styling",
"main": "dist/index.js",
"module": "dist/index.js",
"browser": "dist/index.min.js",
"type": "module",
"files": [
"dist/",
"src/",
"README.md",
"LICENSE",
"tsconfig.json"
],
"exports": {
".": "./dist/index.js",
"./dist/index.min.js": "./dist/index.min.js"
},
"scripts": {
"build": "npm run clean && npm run compile && npm run minify",
"clean": "rimraf dist",
"compile": "tsc",
"minify": "terser dist/index.js -o dist/index.min.js --compress --mangle --module",
"prepublishOnly": "npm run build",
"dev": "tsc --watch",
"test": "npm run build && jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "tsc --noEmit",
"size": "npm run build && echo 'Compiled size:' && ls -lh dist/index.js && echo 'Minified size:' && ls -lh dist/index.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlueSialia/jsonresume-theme-bluetime.git"
},
"keywords": [
"jsonresume",
"theme",
"resume",
"cv",
"bluetime",
"typescript",
"html",
"responsive",
"professional",
"career",
"portfolio"
],
"author": "Jorge Domínguez Arnáez (BlueSialia) <bluesialia@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlueSialia/jsonresume-theme-bluetime/issues"
},
"homepage": "https://github.com/BlueSialia/jsonresume-theme-bluetime#readme",
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.0.5",
"rimraf": "^6.0.0",
"terser": "^5.43.0",
"ts-jest": "^29.4.1",
"typescript": "^5.0.0"
}
}