File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " @mouseless/nuxt-module" ,
33 "version" : " 0.0.1" ,
44 "description" : " Learn project for how to create and publish a Nuxt module" ,
5- "repository" : " mouseless/learn-javascript" ,
6- "license" : " MIT" ,
5+ "homepage" : " https://www.mouseless.codes" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " https://github.com/mouseless/learn-javascript.git"
9+ },
10+ "author" : " mouseless" ,
711 "type" : " module" ,
812 "exports" : {
913 "." : {
2226 "dev" : " nuxi dev playground" ,
2327 "dev:build" : " nuxi build playground" ,
2428 "dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
25- "release" : " npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags" ,
2629 "lint" : " eslint ."
2730 },
2831 "dependencies" : {
You can’t perform that action at this time.
0 commit comments