@eroscripts/funlib
Version:
A library for working with .funscript files
37 lines (36 loc) • 703 B
JSON
{
"name": "@eroscripts/funlib",
"type": "module",
"version": "0.1.1",
"packageManager": "bun@1.2.10",
"description": "A library for working with .funscript files",
"author": "Dimava",
"license": "MIT",
"keywords": [
"funscript"
],
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
},
"./*": {
"types": "./src/*.ts",
"import": "./src/*.ts"
}
},
"scripts": {
"lint": "eslint --fix"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"colorizr": "^3.0.7"
},
"devDependencies": {
"@antfu/eslint-config": "^4.12.0",
"@types/bun": "latest",
"eslint": "^9.24.0"
}
}