UNPKG

1.09 kBJSONView Raw
1{
2 "name": "next-transpile-modules",
3 "version": "2.1.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": "echo \"Error: no test specified\" && exit 1",
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 "eslint": "5.12.1",
34 "eslint-config-semistandard": "^13.0.0",
35 "eslint-config-standard": "12.0.0",
36 "eslint-plugin-import": "2.15.0",
37 "eslint-plugin-node": "8.0.1",
38 "eslint-plugin-promise": "4.0.1",
39 "eslint-plugin-standard": "4.0.0"
40 }
41}