hifi-tools
Version:
A collection of tools for creating High Fidelity scripts
39 lines (38 loc) • 837 B
JSON
{
"name": "hifi-tools",
"version": "1.0.7",
"description": "A collection of tools for creating High Fidelity scripts",
"main": "tools/index.js",
"bin": "cli.js",
"scripts": {
"test": "node ./cli.js build ./test/colorchanger.js"
},
"keywords": [
"hifi",
"hf",
"high",
"fidelity",
"scripts",
"plugins",
"tools",
"build"
],
"author": "jjv360",
"repository": "github:jjv360/hifi-tools",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"command-line-args": "^5.0.2",
"core-js": "^2.5.7",
"es3ify": "^0.2.2",
"glob": "^7.1.3",
"regenerator-runtime": "^0.12.0",
"terminal-kit": "^1.17.13",
"webpack": "^4.16.2"
},
"devDependencies": {
"math-random": "^1.0.1"
}
}