@d2-projects/vue-filename-injector
Version:
Inject the file path of .vue
37 lines (36 loc) • 835 B
JSON
{
"name": "@d2-projects/vue-filename-injector",
"version": "1.1.1",
"description": "Inject the file path of .vue",
"main": "index.js",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/d2-projects/vue-filename-injector.git"
},
"keywords": [
"vue",
"file",
"filename",
"path",
"injector",
"loader"
],
"author": "CNine <cnine229@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/d2-projects/vue-filename-injector/issues"
},
"homepage": "https://github.com/d2-projects/vue-filename-injector#readme",
"dependencies": {
"loader-utils": "^1.4.0"
},
"devDependencies": {
"cz-conventional-changelog": "3.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}