{ "name": "@flyover/spine", "version": "1.0.0", "description": "spine.ts", "main": "./build/index.js", "types": "index.ts", "devDependencies": { "typescript": "^4.5.2" }, "scripts": { "clean": "rm -rf build", "build": "tsc", "watch": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/flyover/spine.ts.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/flyover/spine.ts/issues" }, "homepage": "https://github.com/flyover/spine.ts#readme" }