This commit is contained in:
Eason010212
2022-06-10 15:18:48 +08:00
commit e029efcb31
639 changed files with 186543 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "mixio",
"version": "1.8.0",
"description": "",
"main": "mixio.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"forever": "^4.0.3"
},
"bin": "mixio.js",
"pkg": {
"assets": [
"node_modules/broadway/lib/broadway/plugins/**/*",
"node_modules/flatiron/lib/flatiron/plugins/**/*"
]
}
}