-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 924 Bytes
/
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
{
"name": "@pubcore/ui-text",
"version": "1.1.3",
"description": "map textkeys to text",
"author": "pubcore",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:pubcore/ui-text.git"
},
"scripts": {
"test": "reset && nyc mocha --require @babel/register",
"build": "babel src --out-dir js",
"pack": "npm run build && webpack --mode=production",
"prepublish": "npm run build"
},
"main": "js/index.js",
"license": "MIT",
"babel": {
"presets": [
"@babel/preset-env"
]
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"axios-mock-adapter": "^1.19.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-mocha": "^6.3.0",
"mocha": "^7.2.0",
"nyc": "^15.1.0"
},
"dependencies": {
"@pubcore/http-client": "^2.6.1",
"deep-equal": "^1.1.1",
"lodash.get": "^4.4.2"
}
}