-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 755 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 755 Bytes
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
{
"name": "preact-cli-plugin-typescript",
"version": "0.2.2",
"description": "Use TypeScript with preact-cli",
"keywords": [
"preact",
"preact-cli",
"typescript"
],
"license": "MIT",
"author": "Jarrod Mosen <jarrod.mosen@me.com>",
"main": "src/index.js",
"bin": "bin/index.js",
"repository": {
"type": "git",
"url": "https://github.com/wub/preact-cli-plugin-typescript"
},
"scripts": {
"postinstall": "node ./bin/index.js",
"lint": "standard"
},
"dependencies": {
"awesome-typescript-loader": "^3.2.1",
"typescript": "^2.4.1",
"typings-for-css-modules-loader": "^1.7.0"
},
"devDependencies": {
"eslint": "^4.18.2",
"publish-please": "^2.3.1",
"standard": "^10.0.2"
}
}