-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
{
"name": "@nahuelio/rx-leviatha-main",
"version": "1.0.0",
"description": "Experimental library for building reactive applications",
"private": true,
"scripts": {
"clean": "npx lerna clean",
"bootstrap": "npx lerna bootstrap --hoist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nahuelio/rx-leviathan.git"
},
"author": "Patricio Ferreira <[email protected]>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/nahuelio/rx-leviathan/issues"
},
"homepage": "https://github.com/nahuelio/rx-leviathan#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-typescript": "6.1.0",
"@types/chai": "4.2.16",
"@types/mocha": "8.2.2",
"@types/node": "14.14.37",
"@types/sinon": "9.0.11",
"@types/underscore": "1.11.0",
"@typescript-eslint/eslint-plugin": "4.20.0",
"@typescript-eslint/parser": "4.20.0",
"chai": "4.3.4",
"cross-env": "7.0.3",
"documentation": "13.2.0",
"eslint": "7.23.0",
"eslint-plugin-jsx": "0.1.0",
"eslint-plugin-jsdoc": "30.7.13",
"lerna": "3.22.1",
"mocha": "8.3.2",
"nodemon": "2.0.7",
"nyc": "15.1.0",
"rollup": "2.44.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-terser": "7.0.2",
"sinon": "9.2.4",
"ts-node": "9.1.1",
"typescript": "4.2.3",
"underscore": "1.12.1"
}
}