xd.js
Version:
XD.JS ==== [](https://npmjs.com/xd.js) [](https://npmjs.com/xd.js)<br> How do I install it? ``` npm i -g
21 lines (20 loc) • 396 B
JSON
{
"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"
}
}