@inkline/vue-cli-plugin-inkline
Version:
Vue CLI Plugin for Inkline, the intuitive UI Components library that gives you the foundation for building high-quality, accessible, and customizable Vue.js Design Systems.
70 lines (69 loc) • 2.22 kB
JSON
{
"name": "@inkline/vue-cli-plugin-inkline",
"version": "3.0.2",
"description": "Vue CLI Plugin for Inkline, the intuitive UI Components library that gives you the foundation for building high-quality, accessible, and customizable Vue.js Design Systems.",
"main": "index.js",
"scripts": {
"build": "rimraf lib && ts-node scripts/build.ts",
"lint": "eslint --ext .ts src",
"pretest": "ts-node scripts/pretest.ts",
"test": "vitest run",
"pretest:dev": "npm run pretest",
"test:dev": "vitest",
"prerelease": "npm run test && npm run build",
"release": "np",
"postrelease": "ts-node scripts/postrelease.ts",
"postversion": "ts-node scripts/postversion.ts"
},
"devDependencies": {
"@types/node": "17.0.10",
"@types/shelljs": "0.8.11",
"@typescript-eslint/eslint-plugin": "5.10.0",
"@typescript-eslint/parser": "5.10.0",
"eslint": "8.7.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"np": "7.6.0",
"rimraf": "3.0.2",
"shelljs": "0.8.5",
"ts-node": "10.4.0",
"typescript": "4.5.4",
"vite": "2.7.13",
"vitest": "0.1.24"
},
"files": [
"**/*"
],
"exports": {
".": {
"require": "./index.js"
},
"./*": "./*"
},
"author": "Alex Grozav <alex@grozav.com> (https://grozav.com/)",
"contributors": [
"Manuel Tancoigne <m.tancoigne@gmail.com>"
],
"homepage": "https://github.com/inkline/vue-cli-plugin-inkline#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/inkline/vue-cli-plugin-inkline.git"
},
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/inkline/vue-cli-plugin-inkline/issues"
},
"keywords": [
"inkline",
"inkline plugin",
"vue",
"vue-cli",
"vue-cli inkline",
"vue-cli-3",
"vue-cli-3 inkline"
],
"gitHead": "f1538ce4fc953d4090885c0d023bb357e2d1a2b7"
}