UNPKG

@staxjs/generator

Version:

File generation for the Stax CLI

58 lines (57 loc) 1.48 kB
{ "name": "@staxjs/generator", "version": "0.2.0", "description": "File generation for the Stax CLI", "author": { "name": "Philip Johnston", "email": "tunderadev@gmail.com", "url": "https://github.com/tundera" }, "repository": { "type": "git", "url": "https://github.com/tundera/stax.git", "directory": "packages/config" }, "license": "MIT", "scripts": { "dev": "yarn build:templates --watch", "buildpkg": "yarn build:templates", "build:templates": "cpx --clean --include-hidden \"templates/**\" dist/templates", "test": "jest", "test:watch": "jest --watch" }, "main": "dist/staxjs-generator.cjs.js", "module": "dist/staxjs-generator.esm.js", "typings": "dist/staxjs-generator.cjs.d.ts", "files": [ "dist" ], "keywords": [ "stax", "generator" ], "dependencies": { "@babel/core": "^7.13.14", "@babel/plugin-transform-typescript": "7.13.0", "@babel/runtime-corejs3": "7.13.10", "@staxjs/display": "^0.1.4", "@types/jscodeshift": "0.11.0", "chalk": "^4.1.0", "change-case": "^4.1.2", "cross-spawn": "7.0.3", "diff": "5.0.0", "enquirer": "2.3.6", "execa": "5.0.0", "fs-extra": "^9.1.0", "got": "^11.8.1", "jscodeshift": "^0.11.0", "mem-fs": "1.2.0", "mem-fs-editor": "8.0.0", "npm-which": "^3.0.1", "pluralize": "8.0.0", "prettier": "^2.2.1", "recast": "0.20.4", "username": "^5.1.0", "vinyl": "2.2.1" } }