forked from abraham/twitter-status
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
44
45
46
47
48
49
50
51
{
"name": "twitter-status",
"version": "0.4.1",
"description": "Twitter Status Web Component",
"main": "dist/twitter-status.js",
"module": "dist/twitter-status.js",
"unpkg": "dist/twitter-status.min.js",
"types": "dist/twitter-status.d.ts",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abraham/twitter-status.git"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"twitter-status",
"tweet",
"twitter",
"web-component",
"nutmeg"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/abraham/twitter-status/issues"
},
"homepage": "https://github.com/abraham/twitter-status",
"scripts": {
"build": "npx nutmeg build .",
"prebuild": "npx nutmeg clean .",
"prepare": "npm run build -- --production",
"pretest": "npm run build",
"start": "npx nutmeg serve .",
"test": "npx nutmeg test .",
"watch": "npx nutmeg watch ."
},
"dependencies": {
"@nutmeg/seed": "0.13.0",
"lit-html": "0.10.2",
"twitter-d": "0.2.1",
"twitter-text": "2.0.5"
},
"devDependencies": {
"@nutmeg/cli": "0.15.0",
"@types/twitter-text": "2.0.0",
"moment": "2.24.0"
}
}