-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 921 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "en-lexicon",
"version": "1.0.11",
"description": "Extensible english lexicon with Emoji support",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"prepublish":"mocha && tsc",
"build":"tsc",
"test": "mocha"
},
"keywords": [
"lexicon",
"english",
"sentiment",
"pos",
"tags"
],
"author": "Alex Corvi <[email protected]>",
"license": "MIT",
"dependencies": {
"en-inflectors": "^1.0.7"
},
"devDependencies": {
"@types/mocha": "^2.2.39",
"@types/node": "^7.0.5",
"afinn-165": "^1.0.0",
"emojilib": "^2.0.3",
"ts-node": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finnlp/en-lexicon.git"
},
"bugs": {
"url": "https://github.com/finnlp/en-lexicon/issues"
},
"homepage": "https://github.com/finnlp/en-lexicon#readme"
}