chompthis
Version:
An unofficial API wrapper for chompthis.com made for Node.js
45 lines (44 loc) • 1.16 kB
JSON
{
"name": "chompthis",
"version": "1.0.1",
"description": "An unofficial API wrapper for chompthis.com made for Node.js",
"main": "index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IDontLua/ChompThis.git"
},
"keywords": [
"chompthis",
"api",
"nutrition",
"chomp"
],
"author": "IDontLua",
"license": "ISC",
"bugs": {
"url": "https://github.com/IDontLua/ChompThis/issues"
},
"homepage": "https://github.com/IDontLua/ChompThis#readme",
"devDependencies": {
"@types/jest": "^28.1.6",
"dotenv": "^16.0.1",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
},
"dependencies": {
"axios": "^0.27.2"
},
"files": [
"lib/**/*"
]
}