UNPKG

1.09 kBJSONView Raw
1{
2 "main": "./dist/cjs/index.js",
3 "module": "./dist/esm/index.js",
4 "browser": "./dist/esm/index.js",
5 "types": "./dist/esm/index.d.ts",
6 "typings": "./dist/esm/index.d.ts",
7 "es2015": "./dist/esm/index.js",
8 "files": [
9 "dist/**/*.*",
10 "bin/*"
11 ],
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/fovea-org/fovea.git"
15 },
16 "bugs": {
17 "url": "https://github.com/fovea-org/fovea/issues"
18 },
19 "contributors": [
20 {
21 "name": "Frederik Wessberg",
22 "email": "frederikwessberg@hotmail.com",
23 "url": "https://github.com/wessberg"
24 }
25 ],
26 "engines": {
27 "node": ">=10.1.0"
28 },
29 "license": "MIT",
30 "keywords": [],
31 "name": "@fovea/rollup-plugin-fovea",
32 "version": "1.0.117",
33 "description": "Let's compile the web!",
34 "scripts": {
35 "lint": "tsc --noEmit && tslint -c tslint.json --project tsconfig.json",
36 "prerollup": "rm -r -f dist",
37 "rollup": "rollup -c rollup.config.js",
38 "prepare": "npm run rollup"
39 },
40 "dependencies": {
41 "@fovea/compiler": "^1.0.117"
42 },
43 "publishConfig": {
44 "access": "public"
45 },
46 "gitHead": "41afce79381abca205179b6f0c8e504069ab1cda"
47}