-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 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
{
"name": "@most/monorepo",
"private": true,
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API",
"scripts": {
"prepare": "npm run bootstrap && lerna run prepare",
"bootstrap": "lerna bootstrap --hoist",
"release": "lerna publish",
"test": "lerna run test",
"test:unit": "lerna run test:unit",
"test:lint": "lerna run test:lint",
"build": "lerna run build --stream"
},
"repository": {
"type": "git",
"url": "https://github.com/mostjs/core"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@briancavalier/assert": "^3.2.0",
"babel-core": "^6.26.3",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"cpy-cli": "^3.0.0",
"cross-env": "^7.0.2",
"flow-bin": "^0.114.0",
"lerna": "^3.19.0",
"mocha": "^6.2.2",
"nyc": "^15.0.0",
"rollup": "^1.27.4",
"rollup-plugin-babel": "^4.3.3",
"sinon": "^8.0.1",
"snazzy": "^8.0.0",
"standard": "^14.3.1",
"uglify-js": "^3.6.9"
}
}