UNPKG

1.18 kBJSONView Raw
1{
2 "name": "next-transpile-modules",
3 "version": "1.3.0",
4 "main": "index.js",
5 "license": "MIT",
6 "author": "Pierre de la Martinière <pierre.de.la.martiniere@gmail.com>",
7 "description": "Next.js plugin to transpile code from node_modules (supports TypeScript)",
8 "scripts": {
9 "test": "jest",
10 "lint": "eslint ."
11 },
12 "files": [
13 "index.js"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/martpie/next-transpile-modules.git"
18 },
19 "bugs": {
20 "url": "https://github.com/martpie/next-transpile-modules/issues"
21 },
22 "homepage": "https://github.com/martpie/next-transpile-modules#readme",
23 "keywords": [
24 "next",
25 "next.js",
26 "plugin",
27 "transpile",
28 "modules",
29 "babel"
30 ],
31 "dependencies": {},
32 "devDependencies": {
33 "anymatch": "2.0.0",
34 "eslint": "5.12.1",
35 "eslint-config-semistandard": "13.0.0",
36 "eslint-config-standard": "12.0.0",
37 "eslint-plugin-import": "2.15.0",
38 "eslint-plugin-jest": "22.3.0",
39 "eslint-plugin-node": "8.0.1",
40 "eslint-plugin-promise": "4.0.1",
41 "eslint-plugin-standard": "4.0.0",
42 "jest": "24.1.0",
43 "npm": "6.8.0",
44 "rewire": "4.0.1"
45 }
46}