UNPKG

@exionstech/skills-wrap

Version:

Comprehensive tech skills and roles database with utilities for IT service companies.

82 lines (81 loc) 2.01 kB
{ "name": "@exionstech/skills-wrap", "version": "1.0.3", "description": "Comprehensive tech skills and roles database with utilities for IT service companies.", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "prepublishOnly": "npm run build", "lint": "eslint src --ext .ts,.tsx", "type-check": "tsc --noEmit", "clean": "rimraf dist" }, "keywords": [ "tech-skills", "job-roles", "IT-skills", "software-development", "skills-database", "career", "recruitment", "tech-stack", "programming-skills", "developer-tools" ], "author": { "name": "ExionsTech", "email": "exionstech@gmail.com", "url": "https://exions.tech" }, "license": "MIT", "homepage": "https://github.com/exionstech/skills-wrap#readme", "repository": { "type": "git", "url": "https://github.com/exionstech/skills-wrap.git" }, "bugs": { "url": "https://github.com/exionstech/skills-wrap/issues" }, "peerDependencies": { "react": ">=16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@types/react": "^18.2.37", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "eslint": "^8.54.0", "rimraf": "^5.0.5", "rollup": "^4.5.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.6.2", "typescript": "^5.2.2" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" } }