pointercrate
Version:
Unofficial Pointercrate API wrapper written in TypeScript
49 lines (48 loc) • 1.22 kB
JSON
{
"name": "pointercrate",
"version": "0.1.0",
"description": "Unofficial Pointercrate API wrapper written in TypeScript",
"main": "dist/index.js",
"module": "dist/module.js",
"types": "typings/index.d.ts",
"files": [
"dist",
"typings"
],
"exports": {
"./*": "./*",
".": {
"require": "./dist/index.js",
"import": "./dist/module.js"
}
},
"scripts": {
"build": "tsc && gen-esm-wrapper dist/index.js dist/module.js",
"build:docs": "typedoc src/index.ts --disableSources"
},
"repository": "BWBJustin/pointercratejs",
"homepage": "https://bwbjustin.github.io/pointercratejs",
"keywords": [
"demon",
"list",
"demonlist",
"gd",
"geometry",
"dash",
"geometrydash",
"pointercrate",
"pointercratejs"
],
"author": "BWBJustin",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/node": "^16.9.6",
"@types/node-fetch": "^2.5.12",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.22.4",
"typescript": "^4.4.3"
}
}