@chez14/mal-api-lite
Version:
MyAnimeList API client, Lite Version
62 lines (61 loc) • 1.35 kB
JSON
{
"name": "@chez14/mal-api-lite",
"version": "1.2.9",
"description": "MyAnimeList API client, Lite Version",
"keywords": [
"myanimelist",
"myanimelist-api",
"api",
"lite"
],
"author": "Chris Qiang <chris@christianto.net>",
"homepage": "https://gitlab.com/net.christianto/deps/node-mal-api/tree/master/packages/mal-api-lite#readme",
"license": "MIT",
"type": "module",
"types": "./build/index.d.ts",
"main": "./build/index.js",
"exports": {
".": {
"types": "./build/index.d.ts",
"import": "./build/index.js",
"require": "./build/index.cjs"
},
"./*": {
"types": "./build/*.d.ts",
"import": "./build/*.js",
"require": "./build/*.cjs"
},
"./ts/*": "./src/"
},
"engines": {
"node": ">=16"
},
"files": [
"src",
"build"
],
"scripts": {
"build": "tsup-node",
"build:watch": "tsup-node -w"
},
"bugs": {
"url": "https://gitlab.com/net.christianto/deps/node-mal-api/issues"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/net.christianto/deps/node-mal-api.git"
},
"dependencies": {
"got": "^14.4.7"
},
"devDependencies": {
"nock": "*",
"ts-transform-define": "*",
"tsup": "*",
"vitest": "*"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}