forked from CUModSquad/cu-ui-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.64 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
45
46
{
"private": true,
"name": "cu-ui",
"version": "0.1.0",
"description": "Camelot Unchained UI",
"license": "MPL-2.0",
"main": "build.js",
"contributors": [
"saddieeiddas <[email protected]>",
"JB (codecorsair) <[email protected]>"
],
"homepage": "https://github.com/csegames/cu-ui",
"repository": {
"type": "git",
"url": "https://github.com/csegames/cu-ui.git"
},
"modules": {},
"scripts": {
"clean": "(rmdir /s /q publish) ^& exit 0",
"clean:hatchery": "(rmdir /s /q %localappdata%/CSE/CamelotUnchained/4/INTERFACE) ^& exit 0",
"clean:wyrmling": "(rmdir /s /q %localappdata%/CSE/CamelotUnchained/10/INTERFACE) ^& exit 0",
"clean:cube": "(rmdir /s /q %localappdata%/CSE/CamelotUnchained/27/INTERFACE) ^& exit 0",
"build:hatchery": "npm run clean:hatchery && node build -b -p %localappdata%/CSE/CamelotUnchained/4/INTERFACE",
"build:wyrmling": "npm run clean:wyrmling && node build -b -p %localappdata%/CSE/CamelotUnchained/10/INTERFACE",
"build:cube": "npm run clean:wyrmling && node build -b -p %localappdata%/CSE/CamelotUnchained/27/INTERFACE",
"build:install": "node build -i",
"rebuild": "npm run build:install && npm run publish",
"publish": "npm run clean && node build -b",
"start": "npm run rebuild"
},
"dependencies": {},
"devDependencies": {
"chalk": "^1.1.1",
"shelljs": "^0.6.0",
"yargs": "^4.2.0",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"mkdirp": "^0.5.1",
"browserify": "^13.0.0",
"http-server": "^0.9.0",
"node-sass": "^3.4.2",
"typescript": "^1.8.0",
"typings": "^0.6.8"
}
}