UNPKG

create-nodality-vue

Version:

A scaffolding tool for creating Vue.js projects integrated with Nodality.

29 lines (28 loc) 528 B
{ "name": "create-nodality-vue", "version": "1.0.19", "description": "A scaffolding tool for creating Vue.js projects integrated with Nodality.", "main": "bin/index.js", "bin": { "create-nodality-vue": "./bin/index.js" }, "files": [ "bin/", "templates/" ], "scripts": {}, "keywords": [ "nodality", "vue", "scaffolding", "create" ], "author": "Filip Vabrousek", "license": "MIT", "dependencies": { "fs-extra": "^11.1.0" }, "engines": { "node": ">=16.0.0" } }