myanimelist-url-to-id
Version:
MyAnimeList raw URL to ID
48 lines • 1.22 kB
JSON
{
"name": "myanimelist-url-to-id",
"version": "2.0.1",
"type": "module",
"description": "MyAnimeList raw URL to ID",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": {
"type": "git",
"url": "https://gitlab.com/chez14/node-myanimelist-url-to-id"
},
"keywords": [
"myanimelist",
"myanimelist-api",
"converter",
"helper"
],
"author": "Chris Qiang <chris@christianto.net>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/chez14/node-myanimelist-url-to-id/issues"
},
"homepage": "https://gitlab.com/chez14/node-myanimelist-url-to-id#readme",
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.7.4",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
},
"files": [
"build/**/*"
],
"publishConfig": {
"provenance": true,
"access": "public"
},
"scripts": {
"test": "vitest run",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "eslint src/**/*.ts"
}
}