|
| 1 | +{ |
| 2 | + "name": "webtools-cli", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "CLI installer for Strapi Webtools", |
| 5 | + "exports": { |
| 6 | + ".": { |
| 7 | + "types": "./dist/index.d.ts", |
| 8 | + "require": "./dist/index.js", |
| 9 | + "import": "./dist/index.mjs", |
| 10 | + "source": "./src/index.ts", |
| 11 | + "default": "./dist/index.js" |
| 12 | + }, |
| 13 | + "./package.json": "./package.json" |
| 14 | + }, |
| 15 | + "main": "./dist/index.js", |
| 16 | + "module": "./dist/index.mjs", |
| 17 | + "files": [ |
| 18 | + "dist" |
| 19 | + ], |
| 20 | + "scripts": { |
| 21 | + "check": "pack-up check", |
| 22 | + "build": "pack-up build && ../../node_modules/.bin/yalc push --publish", |
| 23 | + "watch": "pack-up watch", |
| 24 | + "eslint": "../../node_modules/.bin/eslint --max-warnings=0 './**/*.{js,jsx,ts,tsx}'", |
| 25 | + "eslint:fix": "../../node_modules/.bin/eslint --fix './**/*.{js,jsx,ts,tsx}'" |
| 26 | + }, |
| 27 | + "bin": { |
| 28 | + "strapi-webtools": "./dist/index.js" |
| 29 | + }, |
| 30 | + "dependencies": { |
| 31 | + "@inquirer/prompts": "^3.3.0", |
| 32 | + "chalk": "^4.1.2", |
| 33 | + "commander": "^11.1.0", |
| 34 | + "fs-extra": "^11.2.0", |
| 35 | + "glob": "^10.3.10" |
| 36 | + }, |
| 37 | + "devDependencies": { |
| 38 | + "@strapi/pack-up": "^5.0.0", |
| 39 | + "@types/fs-extra": "^11.0.4", |
| 40 | + "@types/glob": "^8.1.0", |
| 41 | + "@types/node": "^20.11.19", |
| 42 | + "typescript": "^5.3.3" |
| 43 | + }, |
| 44 | + "author": { |
| 45 | + "name": "Boaz Poolman", |
| 46 | + |
| 47 | + "url": "https://github.com/boazpoolman" |
| 48 | + }, |
| 49 | + "maintainers": [ |
| 50 | + { |
| 51 | + "name": "Boaz Poolman", |
| 52 | + |
| 53 | + "url": "https://github.com/boazpoolman" |
| 54 | + } |
| 55 | + ], |
| 56 | + "bugs": { |
| 57 | + "url": "https://github.com/pluginpal/strapi-webtools/issues" |
| 58 | + }, |
| 59 | + "homepage": "https://www.pluginpal.io/plugin/webtools", |
| 60 | + "repository": { |
| 61 | + "type": "git", |
| 62 | + "url": "git://github.com/pluginpal/strapi-webtools.git" |
| 63 | + }, |
| 64 | + "engines": { |
| 65 | + "node": ">=18.x.x <=22.x.x", |
| 66 | + "npm": ">=6.0.0" |
| 67 | + }, |
| 68 | + "license": "MIT" |
| 69 | +} |
0 commit comments