@cpany/plugin-atcoder
Version:
CPany AtCoder plugin
35 lines • 680 B
JSON
{
"name": "@cpany/plugin-atcoder",
"version": "0.1.35",
"description": "CPany AtCoder plugin",
"keywords": [
"CPany",
"plugin",
"atcoder"
],
"repository": {
"type": "git",
"url": "https://github.com/cpanyjs/CPany"
},
"license": "MIT",
"author": "XLor",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"dependencies": {
"axios": "^1.7.7",
"html-entities": "^2.5.2",
"node-html-parser": "^6.1.13",
"@cpany/core": "0.1.35",
"@cpany/types": "0.1.35"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"build": "tsup-node src/index.ts --format cjs --dts"
}
}