@holzchopf/flp-file
Version:
Reads and writes FL Studio project and state files.
34 lines (33 loc) • 820 B
JSON
{
"name": "@holzchopf/flp-file",
"version": "1.0.0",
"description": "Reads and writes FL Studio project and state files.",
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"./lib"
],
"scripts": {
"build": "rm -f ./lib/** && npx tsc && npx zdoccer src && npm pack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"flp",
"fst",
"flstudio"
],
"author": "Olivier Stuker <oli4stuker@hotmail.com> (https://www.holzchopf.ch/)",
"repository": {
"type": "git",
"url": "https://github.com/Holzchopf/flp-file.git"
},
"license": "ISC",
"devDependencies": {
"@zimatech/zdoccer": "^2.0.3",
"typescript": "^5.2.2"
},
"dependencies": {
"@holzchopf/array-buffer-stream": "^1.0.1"
}
}