-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 KB
/
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
43
{
"name": "sa-text-entities",
"version": "1.0.2",
"description": "Text entities helper",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc --preserveSymlinks true; rollup -c",
"pretty": "prettier --write '**/*.{ts,js,json}'"
},
"dependencies": {
"tslib": "^2.0.0",
"twitter-text": "^3.1.0",
"underscore": "^1.10.2",
"wordpos": "^2.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.14",
"@types/twitter-text": "^2.0.0",
"@types/underscore": "^1.10.3",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scalingapps/sa-text-entities.git"
},
"keywords": [
"text utilities",
"text entities",
"tweet"
],
"author": "Scalingapps",
"license": "MIT",
"bugs": {
"url": "https://github.com/scalingapps/sa-text-entities/issues"
},
"homepage": "https://github.com/scalingapps/sa-text-entities#readme"
}