UNPKG

sc-prepare-next

Version:
57 lines (56 loc) 1.39 kB
{ "name": "sc-prepare-next", "version": "1.0.3", "description": "Biblioteca TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "test:watch": "jest --watch", "build": "tsc", "version": "git add -A .", "postversion": "git push", "release:check": "git diff --exit-code", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish", "release": "npm run release:patch" }, "repository": { "type": "git", "url": "git+https://github.com/saulotarsobc/sc-prepare-next.git" }, "keywords": [ "udemy", "api", "typescript", "courses", "education", "learning", "client", "sdk" ], "author": "Saulo Costa", "license": "ISC", "type": "commonjs", "bugs": { "url": "https://github.com/saulotarsobc/sc-prepare-next/issues" }, "homepage": "https://github.com/saulotarsobc/sc-prepare-next#readme", "dependencies": { "app-root-path": "^3.1.0" }, "devDependencies": { "@types/node": "^22.15.2", "electron": "^35.2.1", "next": "^15.3.1", "tsup": "^8.4.0", "tsx": "^4.19.3", "typescript": "^5.8.3" }, "files": [ "dist", "README.md", "LICENSE" ] }