@clhs-api/core
Version:
Grab news form CLHS homepage painlessly. Brought to you by VFLC <3
74 lines (73 loc) • 1.59 kB
JSON
{
"author": "VFLC",
"description": "Grab news form CLHS homepage painlessly. Brought to you by VFLC <3",
"homepage": "https://github.com/BWsix/CLHS-api",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/vflc-yet-another-tester.esm.js",
"name": "@clhs-api/core",
"typings": "dist/index.d.ts",
"version": "0.0.8",
"bugs": {
"url": "https://github.com/BWsix/CLHS-api.git/issues"
},
"dependencies": {
"axios": "^0.24.0",
"utility-types": "^3.10.0"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^6.0.4",
"@types/node": "^16.11.6",
"husky": "^7.0.4",
"size-limit": "^6.0.4",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.4.4"
},
"engines": {
"node": ">=10"
},
"files": [
"dist"
],
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"keywords": [
"clhs",
"high school",
"web scraper",
"bob"
],
"np": {
"yolo": true
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BWsix/CLHS-api.git"
},
"scripts": {
"analyze": "size-limit --why",
"build": "tsdx build",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"start": "tsdx watch",
"test": "tsdx test"
},
"size-limit": [
{
"limit": "10 KB",
"path": "dist/core.cjs.production.min.js"
},
{
"limit": "10 KB",
"path": "dist/core.esm.js"
}
]
}