UNPKG

@moonset/model

Version:
38 lines (37 loc) 855 B
{ "name": "@moonset/model", "version": "0.0.31", "description": "The Moonset Model", "keywords": [ "EMR", "AWS" ], "author": "Zhihao Wang <accept.acm@gmail.com>", "homepage": "https://github.com/FBAChinaOpenSource/Moonset", "license": "MIT", "main": "lib/model.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "index.js", "index.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/FBAChinaOpenSource/Moonset.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "prepare": "bin/generate.js", "clean": "rm -rf node_modules index.js index.d.ts" }, "bugs": { "url": "https://github.com/FBAChinaOpenSource/Moonset/issues" }, "dependencies": { "@moonset/util": "^0.0.31", "protobufjs": "6.9.0" } }