@vuedx/projectconfig
Advanced tools
Comparing version 0.6.3-insiders-1611829384.0 to 0.7.1-insiders-1623221784.0
{ | ||
"name": "@vuedx/projectconfig", | ||
"version": "0.6.3-insiders-1611829384.0", | ||
"description": "TypeScript plugin for Vue", | ||
"types": "dist/index.d.ts", | ||
"scripts": {}, | ||
"keywords": [], | ||
"files": [ | ||
"dist", | ||
"schema.json" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/znck/vue-developer-experience.git" | ||
}, | ||
"author": "Rahul Kadyan <rahulkdn@gmail.com> (https://znck.me/)", | ||
"funding": { | ||
"type": "individual", | ||
"url": "https://github.com/sponsors/znck" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/znck/vue-developer-experience/issues" | ||
}, | ||
"homepage": "https://github.com/znck/vue-developer-experience#readme", | ||
"dependencies": {} | ||
"name": "@vuedx/projectconfig", | ||
"version": "0.7.1-insiders-1623221784.0", | ||
"description": "TypeScript plugin for Vue", | ||
"main": "lib/index.js", | ||
"module": "lib/index.mjs", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
"require": "./lib/index.js", | ||
"import": "./lib/index.mjs" | ||
}, | ||
"publishConfig": { | ||
"types": "lib/index.d.ts" | ||
}, | ||
"files": [ | ||
"lib", | ||
"schema.json" | ||
], | ||
"keywords": [ | ||
"vue", | ||
"typescript", | ||
"vue-typescript", | ||
"projectconfig" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/znck/vue-developer-experience.git" | ||
}, | ||
"author": "Rahul Kadyan <rahulkdn@gmail.com> (https://znck.me/)", | ||
"funding": { | ||
"type": "individual", | ||
"url": "https://github.com/sponsors/znck" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/znck/vue-developer-experience/issues" | ||
}, | ||
"homepage": "https://github.com/znck/vue-developer-experience#readme", | ||
"dependencies": {} | ||
} |
7019
8
145