nuxt-typedjs
Version:
Nuxt module for Typed.js
69 lines (68 loc) • 1.78 kB
JSON
{
"name": "nuxt-typedjs",
"version": "1.2.0",
"description": "Nuxt module for Typed.js",
"repository": {
"type": "git",
"url": "git+https://github.com/edoaurahman/nuxt-typedjs.git"
},
"contributors": [
{
"name": "Ridho Aulia' Rahman (@edoaurahman)"
}
],
"bugs": {
"url": "https://github.com/edoaurahman/nuxt-typedjs/issues"
},
"keywords": [
"nuxt",
"typed.js",
"typedjs",
"nuxt-module",
"nuxt-typedjs"
],
"packageManager": "npm@10.9.2",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.15.0",
"typed.js": "2.0.12"
},
"devDependencies": {
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint-config": "^0.7.4",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.0",
"@nuxt/test-utils": "^3.15.1",
"@types/node": "latest",
"changelogen": "^0.5.7",
"eslint": "^9.17.0",
"nuxt": "^3.15.0",
"typescript": "~5.7.2",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
}
}