UNPKG

@staxjs/installer

Version:

Package installation for the Stax CLI

54 lines (53 loc) 1.33 kB
{ "name": "@staxjs/installer", "version": "0.2.0", "description": "Package installation 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/installer" }, "license": "MIT", "scripts": { "test": "jest", "test:watch": "jest --watch" }, "main": "dist/staxjs-installer.cjs.js", "module": "dist/staxjs-installer.esm.js", "typings": "dist/staxjs-installer.cjs.d.ts", "files": [ "dist" ], "keywords": [ "stax", "installer" ], "dependencies": { "@babel/core": "^7.13.14", "@babel/plugin-transform-typescript": "7.13.0", "@babel/runtime-corejs3": "7.13.10", "@staxjs/config": "^0.1.4", "@staxjs/display": "^0.1.4", "@staxjs/generator": "^0.2.0", "@staxjs/transforms": "^0.1.4", "@types/jscodeshift": "0.11.0", "cross-spawn": "7.0.3", "deepmerge": "^4.2.2", "diff": "5.0.0", "enquirer": "2.3.6", "fs-extra": "^9.1.0", "globby": "^11.0.2", "ink": "3.0.8", "ink-spinner": "4.0.1", "ink-testing-library": "2.1.0", "jscodeshift": "^0.11.0", "react": "17.0.2", "recast": "0.20.4", "ts-node": "^9.1.1" } }