git ssb

0+

cel-desktop / ssb-pkg



Tree: e1a1630f31c55420ca08a2a8e36296e3c202f1b1

Files: e1a1630f31c55420ca08a2a8e36296e3c202f1b1 / package.json

1850 bytesRaw
1{
2 "name": "ssb-pkg",
3 "version": "1.0.0",
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 ],
19 "babel": {
20 "plugins": [
21 "@babel/plugin-transform-async-to-generator",
22 "@babel/plugin-transform-runtime"
23 ],
24 "presets": [
25 [
26 "@babel/preset-env",
27 {
28 "targets": {
29 "node": "8"
30 }
31 }
32 ]
33 ]
34 },
35 "dependencies": {
36 "@babel/parser": "^7.9.4",
37 "@babel/runtime": "^7.9.2",
38 "chalk": "^3.0.0",
39 "escodegen": "^1.14.1",
40 "fs-extra": "^8.1.0",
41 "globby": "^11.0.0",
42 "into-stream": "^5.1.1",
43 "minimist": "^1.2.5",
44 "multistream": "^2.1.1",
45 "pkg-fetch": "^2.6.7",
46 "progress": "^2.0.3",
47 "resolve": "^1.15.1",
48 "stream-meter": "^1.0.4"
49 },
50 "devDependencies": {
51 "@babel/cli": "^7.8.4",
52 "@babel/core": "^7.9.0",
53 "@babel/plugin-transform-async-to-generator": "^7.8.3",
54 "@babel/plugin-transform-runtime": "^7.9.0",
55 "@babel/preset-env": "^7.9.0",
56 "@babel/register": "^7.9.0",
57 "babel-eslint": "^10.1.0",
58 "eslint": "^6.8.0",
59 "eslint-config-klopov": "^1.0.2",
60 "json-stable-stringify": "^1.0.1",
61 "mkdirp": "^1.0.3",
62 "rimraf": "^3.0.1"
63 },
64 "scripts": {
65 "babel": "node test/rimraf-es5.js && babel lib --out-dir lib-es5",
66 "babel-watch": "babel lib --out-dir lib-es5 -w --skip-initial-build",
67 "prepare": "npm run babel"
68 },
69 "eslintConfig": {
70 "extends": "klopov",
71 "parser": "babel-eslint",
72 "rules": {
73 "wrap-iife": "off"
74 }
75 }
76}
77

Built with git-ssb-web