UNPKG

xd.js

Version:

XD.JS ==== [![downloadsBadge](https://img.shields.io/npm/dt/xd.js?style=for-the-badge)](https://npmjs.com/xd.js) [![versionBadge](https://img.shields.io/npm/v/xd.js?style=for-the-badge)](https://npmjs.com/xd.js)<br> How do I install it? ``` npm i -g

21 lines (20 loc) 396 B
{ "name": "xd.js", "version": "1.0.3", "description": "", "main": "xd.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["cli","xd","js","xd.js","class","function"], "author": "", "license": "ISC", "dependencies": { "boxen": "^4.2.0", "outdent": "^0.7.1", "prompts": "^2.3.2" }, "bin": { "xd": "./bin/cli.js" } }