7fife-backend/node_modules/afinn-165-financialmarketnews/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "afinn-165-financialmarketnews",
"version": "3.0.0",
2024-03-07 13:01:44 +00:00
"description": "AFINN 165 (list of English words rated for valence) in JSON with added words and modifications for financial market news",
2024-03-11 12:29:54 +00:00
"license": "MIT",
2024-03-07 13:01:44 +00:00
"keywords": [
"anew",
"afinn",
"word",
"list",
"sentiment",
"analysis",
"opinion",
"mining",
"text",
"microblogs"
],
2024-03-11 12:29:54 +00:00
"repository": "theryan722/afinn-165-financialmarketnews",
"bugs": "https://github.com/words/afinn-165/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"author": "Ryan O'Day <romanguy722@gmail.com>",
"contributors": [
"Ryan O'Day <romanguy722@gmail.com>",
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"sideEffects": false,
2024-03-07 13:01:44 +00:00
"main": "index.js",
2024-03-11 12:29:54 +00:00
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"devDependencies": {
"@types/d3-dsv": "^3.0.0",
"@types/node": "^18.0.0",
"c8": "^7.0.0",
"d3-dsv": "^3.0.0",
"node-fetch": "^3.0.0",
"typescript": "^4.0.0"
2024-03-07 13:01:44 +00:00
},
"scripts": {
2024-03-11 12:29:54 +00:00
"prepack": "npm run build",
2024-03-07 13:01:44 +00:00
"generate": "node build.js",
2024-03-11 12:29:54 +00:00
"build": "tsc --build --clean && tsc --build && type-coverage"
}
2024-03-07 13:01:44 +00:00
}