forked from adawarp/node-m3me
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (30 loc) · 682 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (30 loc) · 682 Bytes
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
{
"name": "node-m3me",
"description": "JINSE Meme API for NodeJS",
"main": "index.js",
"scripts": {
"start": "node build/index.js",
"watch": "tsc -pretty -w -p tsconfig.json",
"build": "tsc -pretty -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Kentaro Teramoto",
"email": "hrlclb@gmail.com",
"url": "http://horol.org"
},
"contributors": [
"Shotaro Uchida"
],
"license": "GPL-3.0",
"dependencies": {
"debug": "^2.2.0",
"java": "^0.7.2",
"noble": "^1.6.0",
"rx": "^4.1.0"
},
"devDependencies": {
"typescript": "^1.8.10"
},
"version": "0.1.1"
}