UNPKG

1.47 kBJSONView Raw
1{
2 "name": "basicutil",
3 "version": "1.0.17",
4 "description": "",
5 "main": "util.js",
6 "scripts": {
7 "lint": "tslint \"src/**/*.ts\"",
8 "test": "ng test",
9 "prestart": "",
10 "pree2e": "webdriver-manager update",
11 "e2e": "protractor",
12 "tsc": "tsc",
13 "tsc:w": "tsc -w",
14 "ntsc": "ntsc",
15 "ntsc:w": "ntsc -w",
16 "build": "gulp build",
17 "clean": "shx rm -Rf build/",
18 "gulp": "gulp",
19 "electronStart": "electron .",
20 "tryWeb": "npm-run-all build lite",
21 "tryDesktop": "npm-run-all build electron",
22 "packDesktop": "electron-packager . --platform=all --arch=all --overwrite --icon=favicon.ico --ignore=node_modules/electron-*",
23 "packDesktopX64": "electron-packager . --platform=all --arch=x64 --overwrite --icon=favicon.ico --ignore=node_modules/electron-*",
24 "packDesktopWinX64": "electron-packager . --platform=win32 --arch=x64 --overwrite --icon=favicon.ico --ignore=node_modules/electron-*"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/Judahh/basicUtil.git"
29 },
30 "author": "Judah Holanda Correia Lima <judahholanda7@gmail.com> (https://judahh.com)",
31 "license": "BSD-3-Clause",
32 "bugs": {
33 "url": "https://github.com/Judahh/basicUtil/issues"
34 },
35 "homepage": "https://github.com/Judahh/basicUtil#readme",
36 "dependencies": {
37 "simpleutils": "^1.0.6",
38 "@types/jquery": "3.3.5",
39 "jquery": "^3.3.1"
40 },
41 "devDependencies": {
42 "@types/node": "10.5.4"
43 }
44}