acheckin-sdk
Version:
37 lines (36 loc) • 737 B
JSON
{
"name": "acheckin-sdk",
"version": "1.0.7",
"directories": {
"lib": "lib"
},
"dependencies": {
"typescript": "^3.7.2"
},
"author": "Quach Dai Khanh <khanhqd.neu@gmail.com>",
"contributors": [
"Nguyen Luong Bang <luongbang152@gmail.com>"
],
"description": "ACheckin SDK",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {
"build": "yarn tsc",
"prepack": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ACheckin/acheckin-sdk.git"
},
"keywords": [
"acheckin",
"react-sdk",
"mini",
"app"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ACheckin/acheckin-sdk/issues"
},
"homepage": "https://github.com/ACheckin/acheckin-sdk#readme"
}