-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
{
"name": "lp-loader",
"version": "1.0.0-pre.2",
"description": "Frictionless language packs for Webpack.",
"prettier": {
"semi": false,
"singleQuote": true
},
"keywords": [
"i18n",
"l10n",
"webpack",
"loader",
"dictionary",
"languages"
],
"scripts": {
"wp3-build": "ts-node-dev webpack3/build",
"wp3-watch": "h --n lp-loader-wp3 -- ts-node-dev webpack3/watch",
"wp3-wds": "h --n lp-loader-wp3-wds -- ts-node-dev webpack3/wds",
"wp4-build": "ts-node-dev --respawn webpack4/build",
"wp4-watch": "h --n lp-loader-wp4 -- ts-node-dev webpack4/watch",
"wp4-wds": "ts-node-dev webpack4/wds",
"wp5-build": "ts-node-dev --respawn webpack5/build",
"wp5-watch": "ts-node-dev webpack5/watch",
"wp5-wds": "ts-node-dev webpack5/wds",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn build"
},
"author": "whitecolor",
"files": [
"lib/*"
],
"main": "./lib/lp-loader",
"loader": "./lib/lp-loader",
"types": "./lib/lp-loader.d.ts",
"devDependencies": {
"@cycle/dom": "^12.2.5",
"@cycle/xstream-run": "^3.1.0",
"@types/es6-shim": "0.0.31",
"@types/express": "^4.0.32",
"@types/node": "^8.0.25",
"@types/systemjs": "^0.19.30",
"get-port": "^5.1.1",
"minihost": "^0.4.1",
"node-static": "^0.7.9",
"open": "^7.0.4",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.0.0-pre.49",
"typescript": "^3.9.5",
"xstream": "^10.9.0"
},
"license": "MIT"
}