UNPKG

@hankei6km/reposition

Version:

`reposition` is a command line tool to send a repository list to Notion database.

64 lines (63 loc) 1.78 kB
{ "name": "@hankei6km/reposition", "version": "0.2.2", "description": "", "author": "hankei6km <hankei6km@gmail.com> (https://github.com/hankei6km)", "license": "MIT", "main": "dist/index.js", "exports": "./dist/index.js", "type": "module", "types": "dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "bin": { "reposition": "dist/main.js" }, "scripts": { "start": "npm run build && node dist/main.js", "debug": "npm run build:debug && node --inspect dist/main.js", "build": "npm run clean && tsc && rimraf dist/test && mv dist/src/* dist/ && rimraf dist/src", "build:debug": "npm run clean && tsc --sourceMap --sourceRoot \"${PWD}\" && rimraf dist/test && mv dist/src/* dist/ && rimraf dist/src", "test": "node --experimental-vm-modules node_modules/.bin/jest", "lint:type-check": "tsc --noEmit", "clean": "rimraf \"dist/\"", "upgrade-interactive": "npm-check --update" }, "repository": { "type": "git", "url": "git+https://github.com/hankei6km/reposition.git" }, "keywords": [ "github", "notion" ], "bugs": { "url": "https://github.com/hankei6km/reposition/issues" }, "homepage": "https://github.com/hankei6km/reposition#readme", "dependencies": { "@notionhq/client": "^4.0.0", "ajv": "^8.12.0", "ajv-formats": "^3.0.1", "chanpuru": "^0.2.1", "ndjson": "^2.0.0", "yargs": "^18.0.0" }, "devDependencies": { "@swc/core": "^1.3.35", "@swc/jest": "^0.2.24", "@types/jest": "^30.0.0", "@types/ndjson": "^2.0.1", "@types/node": "^24.0.3", "@types/yargs": "^17.0.22", "jest": "^30.0.0", "rimraf": "^6.0.0", "ts-node": "^10.9.1", "tslib": "^2.5.0", "typescript": "^5.0.2" } }