This repository was archived by the owner on Jul 26, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.23 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.23 KB
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
52
{
"name": "twitter-user",
"version": "0.3.0",
"description": "Twitter User Web Component",
"main": "dist/twitter-user.js",
"module": "dist/twitter-user.js",
"unpkg": "dist/twitter-user.min.js",
"types": "dist/twitter-user.d.ts",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abraham/twitter-user.git"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"twitter-user",
"tweet",
"twitter",
"web-component",
"nutmeg"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/abraham/twitter-user/issues"
},
"homepage": "https://github.com/abraham/twitter-user",
"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",
"approximate-number": "2.0.0",
"lit-html": "0.10.2",
"twitter-text": "3.0.0"
},
"devDependencies": {
"@nutmeg/cli": "0.15.0",
"@types/numeral": "0.0.26",
"@types/twitter-text": "2.0.0",
"twitter-d": "0.6.0"
}
}