UNPKG

@yeoman/transform

Version:

Namespace parsing for yeoman's generator/environment stack

53 lines (52 loc) 1.16 kB
{ "name": "@yeoman/transform", "version": "2.1.0", "private": false, "description": "Namespace parsing for yeoman's generator/environment stack", "keywords": [ "yeoman", "api" ], "homepage": "http://yeoman.io", "repository": "yeoman/yeoman-api", "license": "MIT", "author": "The Yeoman Team", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "prebuild": "npm run clean", "build": "tsc", "clean": "rimraf dist", "clean-all": "npm run clean && rimraf node_modules", "precommit": "lint-staged", "prepare": "npm run build", "test": "vitest run --coverage" }, "dependencies": { "minimatch": "^9.0.0" }, "devDependencies": { "@types/node": "18.19.44" }, "peerDependencies": { "@types/node": ">=18.19.44" }, "engines": { "node": ">=18.19.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "gitHead": "c348c764066d1a6159ac9da52a7ab5a417904abb" }