forked from pea3nut/Pxer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.52 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
{
"name": "pxer",
"version": "7.0.11",
"description": "<p align=\"left\">\r \t<img alt=\"\" src=\"https://img.shields.io/badge/JavaScript-ES6-green.svg\" />\r \t<img alt=\"\" src=\"https://img.shields.io/badge/install-Greasemonkey-green.svg\" />\r \t<img alt=\"\" src=\"https://img.shields.io/badge/jQuery-No-red.svg\" />\r \t<img alt=\"\" src=\"https://img.shields.io/badge/Node.js-No-red.svg\" />\r \t<img alt=\"\" src=\"https://img.shields.io/npm/l/express.svg\" />\r </p>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently --kill-others \"node ./build/build-dist.js --watch\" \"npm run server\"",
"build": "node ./build/build-dist.js",
"server": "node ./build/server.js",
"prod": "pm2 start ./prod-server.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pea3nut/Pxer.git"
},
"keywords": [
"pxer",
"pixiv"
],
"author": "花生PeA / eternal-flame-AD",
"license": "MIT",
"bugs": {
"url": "https://github.com/pea3nut/Pxer/issues"
},
"homepage": "https://github.com/pea3nut/Pxer#readme",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.22.0",
"bootstrap": "4.1.3",
"chokidar": "^1.6.1",
"concurrently": "^3.6.1",
"ejs": "^2.5.6",
"fs-extra": "^2.1.2",
"node-sass": "^4.5.0",
"typescript": "^2.7.2"
},
"dependencies": {
"commander": "^2.16.0",
"express": "^4.16.3",
"pm2": "^3.0.0"
}
}