xcli-fsd
Version:
48 lines (47 loc) • 987 B
JSON
{
"name": "xcli-fsd",
"type": "commonjs",
"browser": {
"fs": false,
"os": false,
"path": false,
"crypto": false
},
"version": "0.0.25",
"bin": {
"xcli-fsd": "bin/index.js"
},
"main": "index.js",
"license": "ISC",
"scripts": {
"build": "webpack && node ./script/formatOutFile.js",
"start": "node index.js"
},
"dependencies": {},
"devDependencies": {
"chalk": "^5.3.0",
"readline-sync": "^1.4.10",
"@types/node": "^20.6.0",
"@types/readline-sync": "^1.4.4",
"prettier": "^3.0.3",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hapnees/xcli.git"
},
"keywords": [
"CLI",
"FSD",
"SCRIPT"
],
"author": "Hapnees",
"bugs": {
"url": "https://github.com/Hapnees/xcli/issues"
},
"homepage": "https://github.com/Hapnees/xcli#readme",
"description": ""
}