forked from tweetback/tweetback-canonical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 823 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
{
"name": "@tweetback/canonical",
"version": "2.0.20",
"description": "A package to resolve twitter URLs to new canonically hosted twitter backups.",
"type": "module",
"main": "transform.js",
"scripts": {
"test": "npx ava",
"semantic-release": "semantic-release"
},
"keywords": [],
"contributors": [
"Zach Leatherman <[email protected]> (https://zachleat.com/)"
],
"repository": {
"type": "git",
"url": "https://github.com/tweetback/tweetback-canonical.git"
},
"homepage": "https://github.com/tweetback/tweetback-canonical#readme",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"ava": "^5.1.0",
"semantic-release": "^19.0.5"
}
}