@ember-apply/volta
Version:
ember-apply plugin for fixing or applying volta to your project / monorepo
69 lines • 1.69 kB
JSON
{
"name": "@ember-apply/volta",
"description": "ember-apply plugin for fixing or applying volta to your project / monorepo",
"version": "2.0.7",
"type": "module",
"license": "MIT",
"preset": "index.js",
"author": "NullVoxPopuli",
"repository": {
"url": "https://github.com/NullVoxPopuli/ember-apply",
"type": "https",
"directory": "packages/volta"
},
"keywords": [
"volta",
"package",
"manager",
"node",
"tool",
"ember-apply",
"blueprint"
],
"exports": {
"import": "./index.js"
},
"files": [
"index.js"
],
"dependencies": {
"execa": "^8.0.1",
"ember-apply": "^2.15.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^0.34.6",
"autoprefixer": "^10.4.16",
"c8": "^8.0.1",
"eslint": "^8.54.0",
"eslint-plugin-decorator-position": "^5.0.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"typescript": "5.3.3",
"vite": "^5.0.0",
"vitest": "^0.34.6"
},
"engines": {
"node": ">=16.0.0"
},
"volta": {
"node": "20.15.0"
},
"scripts": {
"lint:types": "tsc --noEmit",
"build": "tsc --build",
"lint": "pnpm lint:js",
"lint:js": "eslint .",
"lint:fix": "pnpm lint:js --fix",
"test": "echo 'tests disabled'",
"test:old": "vitest --coverage --no-watch",
"test:watch": "vitest --watch"
}
}