-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.61 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
{
"author": {
"name": "Oneiro"
},
"bugs": {
"url": "https://github.com/ndau/ndaujs/issues"
},
"bundleDependencies": false,
"dependencies": {
"axios": "^0.21.1",
"base-64": "^0.1.0",
"crypto-js": "^3.1.9-1",
"i18next": "^19.0.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.24.0",
"y18n": "4.0.1"
},
"deprecated": false,
"description": "A JavaScript common repository for ndau",
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/node": "^7.13.13",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/register": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@istanbuljs/nyc-config-babel": "^2.1.1",
"axios-mock-adapter": "^1.17.0",
"babel-plugin-istanbul": "^5.2.0",
"babel-plugin-transform-import-meta": "^1.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"mock-async-storage": "^2.2.0",
"nyc": "^14.1.1",
"sinon": "^7.5.0"
},
"homepage": "https://github.com/ndau/ndaujs#readme",
"keywords": [
"ndau"
],
"license": "Apache License Version 2.0",
"main": "dist/index.js",
"name": "@ndau/ndaujs",
"nyc": {
"branches": 80,
"lines": 80,
"functions": 80,
"statements": 80
},
"repository": {
"type": "git",
"url": "git+https://github.com/ndau/ndaujs.git"
},
"scripts": {
"test": "nyc --reporter=lcov --reporter=text mocha --check-coverage --recursive --require @babel/register",
"build": "babel ./src --out-dir dist --copy-files"
},
"version": "1.4.0"
}