ableton-licence-backup
Version:
Backup your Ableton licence into an .auz Ableton offline activation file
45 lines (44 loc) • 986 B
JSON
{
"name": "ableton-licence-backup",
"version": "0.0.2",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/stonegray/ableton-licence-backup.git"
},
"author": "stonegray",
"license": "GPL-3.0",
"type": "module",
"bugs": {
"url": "https://github.com/stonegray/ableton-licence-backup/issues"
},
"homepage": "https://github.com/stonegray/ableton-licence-backup#readme",
"description": "Backup your Ableton licence into an .auz Ableton offline activation file",
"keywords": [
"Ableton",
"als",
"licence",
"backup",
"serial number",
"Live"
],
"os": [
"darwin"
],
"engines": {
"node": ">=15.0"
},
"devDependencies": {
"eslint": "^7.13.0"
},
"dependencies": {
"@stonegray/ableton-detect": "0.0.13"
},
"bin": {
"ableton-licence-backup": "./bin/index.js"
},
"preferGlobal": true
}