-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.96 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "react-ode-cash-money",
"version": "1.2.0",
"description": "'cash-money' is a virtual busybox-like framework in pure javascript.",
"main": "index.js",
"scripts": {
"postinstall": "patch-package",
"build": "webpack",
"test": "npm-run-all test:*",
"test:node": "mocha index.test.js",
"test:browser": "mocha-puppeteer index.test.js",
"verify": "google-closure-compiler --js=dist/index.js --warning_level=QUIET",
"lint": "eslint dist/index.js",
"prepublishOnly": "CI=true npm-run-all build test verify lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3p3r/cash-money.git"
},
"keywords": [
"cash",
"vorpal",
"memfs",
"inquirer",
"shell"
],
"author": "Sepehr Laal",
"license": "MIT",
"bugs": {
"url": "https://github.com/3p3r/cash-money/issues"
},
"homepage": "https://github.com/3p3r/cash-money#readme",
"devDependencies": {
"@babel/preset-env": "^7.18.2",
"assert": "^2.0.0",
"babel-loader": "^8.2.5",
"buffer": "^6.0.3",
"cash": "^0.8.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"clean-webpack-plugin": "^4.0.0",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"copy-webpack-plugin": "^11.0.0",
"deep-equal-in-any-order": "^1.1.19",
"eslint": "^8.16.0",
"eslint-plugin-es": "^4.1.0",
"eventemitter2": "^6.4.5",
"google-closure-compiler": "^20220502.0.0",
"memfs": "^3.4.3",
"mocha": "^10.0.0",
"mocha-puppeteer": "^0.14.0",
"npm-run-all": "^4.1.5",
"os-browserify": "^0.3.0",
"patch-package": "^6.4.7",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"readline-browserify": "^0.0.4",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.3.0",
"tty-browserify": "^0.0.1",
"typescript": "^4.7.2",
"url": "^0.11.0",
"util": "^0.12.4",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
}
}