@osaedasia/oresume
Version:
A user-friendly library for generating complete Single Page Applications (SPAs)
62 lines (61 loc) • 1.39 kB
JSON
{
"name": "@osaedasia/oresume",
"version": "1.1.0",
"description": "A user-friendly library for generating complete Single Page Applications (SPAs)",
"private": false,
"module": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.js"
}
},
"files": [
"lib/",
"package.json",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rimraf ./lib && rollup -c",
"prepublishOnly": "npm run build"
},
"keywords": [
"spa",
"single-page-application",
"typescript",
"frontend",
"web-development",
"javascript",
"library",
"application-generator",
"web-framework",
"frontend-framework",
"web-apps",
"development-tool"
],
"author": "Osaedasia",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/osaedasia/public/npm-packages/oresume.git"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^22.12.0",
"rimraf": "^6.0.1",
"rollup": "^4.34.8",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "~5.6.2",
"vite": "^6.2.0"
},
"dependencies": {
"@osaedasia/sam": "^0.4.3",
"@osaedasia/scribe": "^0.2.6",
"@osaedasia/std": "^0.3.0"
}
}