Rocky_Mountain_Vending/.pnpm-store/v10/files/7d/456600bee508e5d87993e779352388caa24a58daeb8fa8cb0c598c5e96fecb72a651cb5b2d2dfaa810c94c9b39587640d6776a6fde79377c880dedc7c2f51c-exec
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

63 lines
1.8 KiB
Text
Executable file

{
"name": "@hapi/tlds",
"description": "TLDS list for domain validation",
"version": "1.1.4",
"repository": "git://github.com/hapijs/tlds",
"type": "module",
"tshy": {
"main": true,
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
}
},
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/commonjs/index.d.ts",
"files": [
"dist"
],
"keywords": [
"domain",
"tlds"
],
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/eslint-plugin": "^7.0.0",
"@hapi/lab": "^26.0.0",
"@hapi/wreck": "^18.1.0",
"@types/node": "^18.19.59",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"tshy": "^2.0.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
},
"scripts": {
"prepare": "tshy",
"test": "lab -t 100 -L --typescript",
"test-cov-html": "lab -t 100 -L -r html -o coverage.html",
"format": "prettier --write '**/*.{cjs,ts,md}'",
"update-list": "node --loader ts-node/esm .github/scripts/update-list.ts"
},
"license": "BSD-3-Clause"
}