reg-gh-app-interface
Version:
27 lines (26 loc) • 607 B
JSON
{
"name": "reg-gh-app-interface",
"version": "1.3.0",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "echo nothing to do",
"deploy": "echo nothing to do",
"prepublish": "tsc -p src/tsconfig.build.json"
},
"keywords": [
"reg"
],
"author": {
"name": "Quramy",
"email": "yosuke.kurami@gmail.com"
},
"repository": "https://github.com/reg-viz/gh-app.git",
"license": "MIT",
"devDependencies": {
"@types/node": "12.7.1",
"typescript": "^3.5.3"
},
"gitHead": "f8a31ae3b5c7954246b8687606e62919ad82abd4"
}