-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 911 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
31
32
{
"name": "mrfortnite",
"version": "1.0.0",
"description": "Mr Fortnite. Powered by Nikku",
"main": "index.js",
"scripts": {
"tsc": "tsc",
"tsc:build": "tsc --build",
"start": "npm run tsc && npm run start:prod",
"start:clean": "npm run clean && npm run start",
"start:dev": "cross-env NODE_ENV=DEVELOPMENT ts-node main",
"start:hot": "nodemon -e ts --exec npm run start:dev",
"start:prod": "cross-env NODE_ENV=PRODUCTION node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aXises/MrFortnite.git"
},
"author": "aXises",
"license": "MIT",
"bugs": {
"url": "https://github.com/aXises/MrFortnite/issues"
},
"homepage": "https://github.com/aXises/MrFortnite#readme",
"dependencies": {
"cross-env": "^5.2.1",
"linkify": "^0.2.1",
"linkifyjs": "^2.1.9",
"nikku": "^2.7.2",
"typescript": "^3.6.3"
}
}