-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
65 lines (65 loc) · 2.32 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
{
"name": "@omrilotan/mono",
"version": "0.0.0",
"description": "Mono repo holding multiple packages",
"author": "omrilotan",
"homepage": "https://omrilotan.com/mono",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/omrilotan/mono.git"
},
"files": [],
"scripts": {
"postinstall": "./packages/dirdo/bin.sh packages 'npm i'",
"clean": "./scripts/foreach.js \"rm -rf dist\"",
"prermodules": "rm -rf node_modules",
"rmodules": "./scripts/foreach.js \"rm -rf node_modules\"",
"new": "./scripts/new.js $@",
"test": "./scripts/test.sh",
"testes6": "finjan ./packages/module-scope/spec.mjs --require finjan.mjs",
"lint": "eslint '*.js' 'dists/*.js' '**/*.js' '**/*.mjs' -c .eslintrc.json",
"dist": "./packages/run-all-the-things/bin/index.js webpack babel",
"webpack": "webpack --config webpack.config.js",
"babel": "./packages/dirdo/bin.sh packages '[ \"null\" == \"$(jq '.scripts.dist' package.json)\" ] && echo \"no dist script\" || npm run dist'",
"postdist": "mocha dists/test.js",
"publish-packages": "./scripts/foreach.js \"published\"",
"predoc": "./scripts/doc.sh",
"doc": "node ./scripts/homepage.js",
"postdoc": "node-sass ./src/styles.scss --output-style compressed > ./docs/styles.css",
"readme": "node ./scripts/readme.js",
"update": "./packages/dirdo/bin.sh packages '../../node_modules/.bin/npm-check -u'",
"autoupdate": "./packages/dirdo/bin.sh packages 'npm update'"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.5.0",
"@lets/sleep": "^1.0.0",
"@lets/wait": "^2.0.2",
"@omrilotan/eslint-config": "^1.0.0",
"abuser": "^2.0.2",
"async-git": "^1.8.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"dateformat": "^4.0.0",
"dont-look-up": "^1.0.0",
"ecma-webpack-plugin": "^1.0.0",
"eslint": "^7.0.0",
"eslint-plugin-log": "1.2.7",
"find": "^0.3.0",
"finjan": "0.0.0-alpha.2a",
"mocha": "^8.0.1",
"mocha-junit-reporter": "^1.22.0",
"node-sass": "^4.12.0",
"npm-check": "^5.9.0",
"paraphrase": "^1.7.0",
"sinon": "^9.0.2",
"sinon-chai": "^3.3.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
},
"private": true
}