3d-grass-title
Version:
A customizable 3D grass-textured title web component using Lit + TypeScript + Three.js
67 lines (66 loc) • 1.51 kB
JSON
{
"name": "3d-grass-title",
"version": "1.0.4",
"description": "A customizable 3D grass-textured title web component using Lit + TypeScript + Three.js",
"main": "dist/index.js",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:demo": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"test": "vitest",
"test:run": "vitest run",
"security:audit": "npm audit",
"security:audit-fix": "npm audit fix",
"security:check": "npm run security:audit && npm run typecheck && npm run test:run",
"prepublishOnly": "npm run security:check && npm run build"
},
"keywords": [
"web-component",
"lit",
"threejs",
"3d",
"grass",
"shader",
"typescript"
],
"author": "Misael Mercado",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MisaelMP/3d-grass-title.git"
},
"homepage": "https://github.com/MisaelMP/3d-grass-title#readme",
"bugs": {
"url": "https://github.com/MisaelMP/3d-grass-title/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^24.0.14",
"@types/three": "^0.158.0",
"dotenv": "^17.2.0",
"happy-dom": "^18.0.1",
"jsdom": "^26.1.0",
"typescript": "^5.0.0",
"vite": "^7.0.5",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4"
},
"dependencies": {
"lit": "^3.0.0",
"three": "^0.158.0"
}
}