UNPKG

718 BJSONView Raw
1{
2 "name": "@poi/plugin-typescript",
3 "version": "10.1.4",
4 "author": "EGOIST <0x142857@gmail.com>",
5 "dependencies": {
6 "fork-ts-checker-webpack-plugin": "^0.4.1",
7 "ts-loader": "^4.2.0",
8 "tsconfig-paths-webpack-plugin": "^3.0.4"
9 },
10 "scripts": {
11 "test": "echo fine",
12 "example": "poi example/index.ts"
13 },
14 "publishConfig": {
15 "access": "public"
16 },
17 "repository": "https://github.com/egoist/poi/tree/master/packages/plugin-typescript",
18 "files": [
19 "index.js"
20 ],
21 "poi": {
22 "plugins": [
23 [
24 "./index.js",
25 {}
26 ]
27 ]
28 },
29 "xo": false,
30 "peerDependencies": {
31 "typescript": "^2.2.2"
32 },
33 "devDependencies": {
34 "typescript": "^2.2.2"
35 }
36}