UNPKG

myanimelist-url-to-id

Version:
58 lines (57 loc) 1.46 kB
{ "name": "myanimelist-url-to-id", "version": "1.0.3", "description": "MyAnimeList raw URL to ID", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "test": "jest", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "release": "auto shipit -vv" }, "repository": { "type": "git", "url": "git+https://github.com/chez14/node-myanimelist-url-to-id.git" }, "keywords": [ "myanimelist", "myanimelist-api", "converter", "helper" ], "author": "Chris Qiang <chris@christianto.net>", "license": "MIT", "bugs": { "url": "https://github.com/chez14/node-myanimelist-url-to-id/issues" }, "homepage": "https://github.com/chez14/node-myanimelist-url-to-id#readme", "devDependencies": { "@auto-it/all-contributors": "^10.13.3", "@auto-it/first-time-contributor": "^10.13.3", "@types/jest": "^26.0.10", "@types/node": "^14.6.0", "auto": "^10.13.3", "jest": "^26.4.1", "prettier": "^2.0.5", "ts-jest": "^26.2.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.0.2" }, "files": [ "build/**/*" ], "dependencies": {}, "auto": { "plugins": [ "npm", "all-contributors", "first-time-contributor", "released" ], "name": "Replica (レプリカ)", "email": "bots+repurika@christianto.net" } }