-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.29 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
{
"name": "webpack-preprocessor-pug-tsx",
"version": "0.7.2",
"description": "A code preprocessor for Webpack",
"main": "index.js",
"repository": "https://github.com/pruge/pug-tsx.git",
"author": "Prugehada <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=6.11.5"
},
"homepage": "https://github.com/pruge/pug-tsx",
"keywords": [
"webpack",
"loader",
"preprocessor",
"preprocess",
"typescript",
"tsx",
"pug"
],
"files": [
"dist/",
"index.js"
],
"scripts": {
"mock": "node ./mock/build.js",
"build": "tsc",
"test": "mocha",
"debug": "DEBUG=vars:* ts-mocha -p tsconfig.json test/debug.ts",
"prepare": "yarn build"
},
"dependencies": {
"debug": "^4.1.1",
"jsonfile": "^6.0.1",
"metro-react-native-babel-transformer": "^0.62.0",
"pug-uses-variables": "^3.0.1",
"xregexp": "^4.3.0"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/debug": "^4.1.5",
"@types/jsonfile": "^6.0.0",
"@types/mocha": "^8.0.2",
"@types/node": "^14.0.27",
"@types/xregexp": "^4.3.0",
"chai": "^4.2.0",
"eslint": "^7.6.0",
"mocha": "^8.1.1",
"ts-mocha": "^7.0.0",
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
"typescript": "^3.9.7",
"webpack": "^4.44.1"
}
}