@jlucaspains/sharp-recipe-parser
Version:
Recipe parsing tools
48 lines (47 loc) • 1.18 kB
JSON
{
"name": "@jlucaspains/sharp-recipe-parser",
"version": "1.3.5",
"description": "Recipe parsing tools",
"main": "src/index.js",
"scripts": {
"run": "node src/index.js",
"test": "jest",
"coverage": "jest --coverage",
"lint": "eslint --ignore-pattern demo2 --ignore-pattern lib",
"lintfix": "eslint --fix --ignore-pattern demo2 --ignore-pattern lib",
"types": "tsc --declaration --allowJs --emitDeclarationOnly"
},
"author": "Lucas Pains",
"repository": {
"type": "git",
"url": "git+https://github.com/jlucaspains/sharp-recipe-parser/"
},
"bugs": {
"url": "https://github.com/jlucaspains/sharp-recipe-parser/issues"
},
"license": "MIT",
"dependencies": {
"fraction.js": "^5.0.6"
},
"devDependencies": {
"@babel/preset-env": "^7.23.6",
"csv-parse": "^5.4.0",
"eslint": "^9.0.0",
"eslint-plugin-jsdoc": "^51.2.1",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^30.0.2",
"prettier": "^3.0.0",
"typescript": "^5.3.3"
},
"files": [
"src/**/*"
],
"type": "module",
"keywords": [
"recipe",
"parser",
"ingredient",
"natural language",
"units"
]
}