{
	"name": "@dderevjanik/termux-api",
	"version": "0.1.2",
	"description": "This library allows you to interact with your Android device from Node.js using termux-api",
	"main": "dist/index.js",
	"private": false,
	"scripts": {
		"dev": "./node_modules/.bin/ts-node -T src/dev.ts",
		"build": "tsc",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"bugs": {
		"url": "https://github.com/dderevjanik/termux-api/issues"
	},
	"homepage": "https://github.com/dderevjanik/termux-api#readme",
	"author": "Daniel Derevjanik <daniel.derevjanik@gmail.com>",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/dderevjanik/termux-api.git"
	},
	"keywords": [
		"termux",
		"termux-api",
		"android"
	],
	"devDependencies": {
		"ts-node": "^10.9.2",
		"typescript": "^5.7.2"
	}
}
