UNPKG

@osbjs/osbjs

Version:

a minimalist osu! storyboarding framework

55 lines (54 loc) 1.1 kB
{ "name": "@osbjs/osbjs", "version": "2.3.0", "description": "a minimalist osu! storyboarding framework", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "osu", "osb", "storyboard" ], "files": [ "dist", "cli" ], "bin": { "osbjs": "./cli/index.js" }, "author": "Nanachi", "license": "MIT", "devDependencies": { "@tsconfig/node14": "^1.0.1", "@types/fs-extra": "^9.0.13", "@types/node": "^16.11.11", "@types/uuid": "^8.3.3", "eslint": "^8.3.0", "prettier": "2.4.1", "typescript": "^4.5.2" }, "scripts": { "prepare": "npm run build", "build": "tsc" }, "dependencies": { "canvas": "^2.9.0", "chalk": "^4.1.2", "commander": "^9.0.0", "fs-extra": "^10.0.0", "image-size": "^1.0.1", "nanospinner": "^1.0.0", "simplex-noise": "^3.0.1", "subtitle": "^4.1.1", "uuid": "^8.3.2", "validate-npm-package-name": "^3.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/osbjs/osbjs.git" }, "bugs": { "url": "https://github.com/osbjs/osbjs/issues" }, "homepage": "https://github.com/osbjs/osbjs#readme" }