UNPKG

next-awesome-typescript

Version:

Plugin for Next.js v5 to use typescript with awesome-typescript-loader

49 lines (48 loc) 1.25 kB
{ "name": "next-awesome-typescript", "version": "0.3.2", "description": "Plugin for Next.js v5 to use typescript with awesome-typescript-loader", "main": "index.js", "scripts": { "prepublishOnly": "npm test", "prepush": "npm test", "precommit": "lint-staged", "test": "tape test.js | faucet" }, "lint-staged": { "*.{js,css,md,ts,tsx}": [ "prettier --write", "git add" ] }, "dependencies": { "awesome-typescript-loader": "^3.0.0" }, "peerDependencies": { "typescript": "^2.0.0", "next": "^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/saitonakamura/next-awesome-typescript.git" }, "keywords": [ "next", "typescript", "awesome-typescript-loader" ], "author": "Mikhail Bashurov <michael.bashurov@gmail.com> (http://github.com/saitonakamura)", "license": "ISC", "bugs": { "url": "https://github.com/saitonakamura/next-awesome-typescript/issues" }, "homepage": "https://github.com/saitonakamura/next-awesome-typescript#readme", "devDependencies": { "@zeit/next-source-maps": "0.0.2", "faucet": "0.0.1", "husky": "^0.14.3", "lint-staged": "^6.1.1", "prettier": "^1.10.2", "tape": "^4.9.0" } }