UNPKG

1.82 kBJSONView Raw
1{
2 "name": "@nodepack/service",
3 "version": "0.7.5",
4 "description": "Local service powering Nodepack",
5 "author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/Akryum/nodepack.git"
10 },
11 "bugs": {
12 "url": "https://github.com/Akryum/nodepack/issues"
13 },
14 "homepage": "https://github.com/Akryum/nodepack#readme",
15 "publishConfig": {
16 "access": "public"
17 },
18 "engines": {
19 "node": ">=8.12"
20 },
21 "bin": {
22 "nodepack-service": "src/bin/nodepack-service.js"
23 },
24 "typings": "types/index.d.ts",
25 "scripts": {
26 "test": "yarn test:lint",
27 "test:lint": "eslint src"
28 },
29 "dependencies": {
30 "@nodepack/app-context": "^0.7.0",
31 "@nodepack/app-migrator": "^0.7.5",
32 "@nodepack/env-check": "^0.7.2",
33 "@nodepack/fragment": "^0.7.0",
34 "@nodepack/maintenance": "^0.7.5",
35 "@nodepack/module": "^0.7.0",
36 "@nodepack/utils": "^0.7.5",
37 "@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
38 "@types/webpack-env": "^1.13.8",
39 "@zeit/webpack-asset-relocator-loader": "^0.1.12",
40 "cache-loader": "^4.1.0",
41 "chalk": "^2.4.2",
42 "cli-highlight": "^2.1.1",
43 "cliui": "^5.0.0",
44 "cosmiconfig": "^5.2.1",
45 "deasync": "^0.1.15",
46 "dotenv": "^8.2.0",
47 "execa": "^2.0.4",
48 "find-up": "^4.1.0",
49 "fs-extra": "^8.1.0",
50 "hash-sum": "^2.0.0",
51 "inquirer": "^6.5.1",
52 "lodash": "^4.17.15",
53 "minimist": "^1.2.0",
54 "portfinder": "^1.0.25",
55 "source-map-support": "^0.5.16",
56 "string.prototype.padend": "^3.0.0",
57 "terser-webpack-plugin": "^2.2.1",
58 "thread-loader": "^2.1.3",
59 "webpack": "^5.0.0-beta.2",
60 "webpack-chain": "^6.0.0",
61 "webpack-node-externals": "^1.7.2"
62 },
63 "gitHead": "1bb899a5aaea134b93a3044152d3b5bb310a9a44"
64}