@fastlanejs/base
Version:
Base Interface for communicating with the fastlane socket server
37 lines (36 loc) • 866 B
JSON
{
"name": "@fastlanejs/base",
"version": "2.0.12",
"description": "Base Interface for communicating with the fastlane socket server",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhdeck/fastlane-js.git"
},
"keywords": [
"fastlane"
],
"author": "Ray Deck",
"license": "MIT",
"bugs": {
"url": "https://github.com/rhdeck/fastlane-js/issues"
},
"homepage": "https://github.com/rhdeck/fastlane-js/packages/fastlane-base#readme",
"dependencies": {},
"devDependencies": {
"@raydeck/livelink": "^1.3.4",
"@types/node": "^14.0.13",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
},
"liveLink": {
"ignoreMasks": [
"dist"
]
}
}