git ssb

0+

cel-desktop / ssb-pkg



Tree: 8f4b43a09aab9801bf28987edd59c2e366180327

Files: 8f4b43a09aab9801bf28987edd59c2e366180327 / package.json

1999 bytesRaw
1{
2 "name": "ssb-pkg",
3 "version": "1.0.1",
4 "description": "Package your Node.js project into an executable installer for SSB",
5 "main": "lib-es5/index.js",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "ssb://%ZqSrybpvuDshsFFTMCM+vcZS7ZP52Y+BfRT+6UIQ8Ns=.sha256"
10 },
11 "bin": {
12 "ssb-pkg": "lib-es5/bin.js"
13 },
14 "files": [
15 "lib-es5/*.js",
16 "dictionary/*.js",
17 "prelude/*.js",
18 "prelude/*.sh"
19 ],
20 "babel": {
21 "plugins": [
22 "@babel/plugin-transform-async-to-generator",
23 "@babel/plugin-transform-runtime"
24 ],
25 "presets": [
26 [
27 "@babel/preset-env",
28 {
29 "targets": {
30 "node": "8"
31 }
32 }
33 ]
34 ]
35 },
36 "dependencies": {
37 "@babel/parser": "^7.9.4",
38 "@babel/runtime": "^7.9.2",
39 "chalk": "^3.0.0",
40 "escodegen": "^1.14.1",
41 "fs-extra": "^8.1.0",
42 "globby": "^11.0.0",
43 "into-stream": "^5.1.1",
44 "minimist": "^1.2.5",
45 "multistream": "^2.1.1",
46 "pull-block": "^1.4.0",
47 "pull-stream": "^3.6.14",
48 "pull-stream-to-stream": "^1.3.4",
49 "progress": "^2.0.3",
50 "resolve": "^1.15.1",
51 "ssb-client": "^4.7.8",
52 "ssb-pkg-fetch": "^2.6.8",
53 "stream-meter": "^1.0.4"
54 },
55 "devDependencies": {
56 "@babel/cli": "^7.8.4",
57 "@babel/core": "^7.9.0",
58 "@babel/plugin-transform-async-to-generator": "^7.8.3",
59 "@babel/plugin-transform-runtime": "^7.9.0",
60 "@babel/preset-env": "^7.9.0",
61 "@babel/register": "^7.9.0",
62 "babel-eslint": "^10.1.0",
63 "eslint": "^6.8.0",
64 "eslint-config-klopov": "^1.0.2",
65 "json-stable-stringify": "^1.0.1",
66 "mkdirp": "^1.0.3",
67 "rimraf": "^3.0.1"
68 },
69 "scripts": {
70 "babel": "node test/rimraf-es5.js && babel lib --out-dir lib-es5",
71 "babel-watch": "babel lib --out-dir lib-es5 -w --skip-initial-build",
72 "prepare": "npm run babel"
73 },
74 "eslintConfig": {
75 "extends": "klopov",
76 "parser": "babel-eslint",
77 "rules": {
78 "wrap-iife": "off"
79 }
80 }
81}
82

Built with git-ssb-web