Files
fitness_walk_nwnu/node_modules/adb-devices-emitter/package.json
T
2026-09-08 20:28:54 +08:00

48 lines
1.0 KiB
JSON

{
"name": "adb-devices-emitter",
"version": "0.1.9",
"description": "a tool to track devices",
"files": [
"build"
],
"main": "build/AdbDevicesEmitter.js",
"author": "panwen85@gmail.com",
"license": "MIT",
"scripts": {
"start": "tsc -w",
"clean": "rimraf build",
"format": "prettier \"{examples,lib,script,test}/**/*.{js,ts}\" \"*.yml\" --write",
"test": "jest",
"build": "npm run clean && tsc -p ./tsconfig.json"
},
"jest": {
"testEnvironment": "node",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testMatch": [
"**/?(*.)(spec|test).(ts|tsx|js)",
"**/__tests__/*.(ts|tsx|js)",
"**/test/*.(ts|tsx|js)"
]
},
"dependencies": {
"adb-commander": "^0.1.9"
},
"devDependencies": {
"@types/jest": "23.3.11",
"@types/node": "10.12.18",
"jest": "23.6.0",
"prettier": "1.15.3",
"rimraf": "2.6.3",
"ts-jest": "23.10.5",
"ts-node": "6.0.0",
"typescript": "3.2.4"
}
}