UNPKG

1.67 kBJSONView Raw
1{
2 "name": "@anansi/polyfill",
3 "version": "1.0.21",
4 "description": "Feature detection triggered dynamic polyfills",
5 "sideEffects": false,
6 "keywords": [
7 "anansi",
8 "polyfill"
9 ],
10 "author": "Nathaniel Tucker",
11 "license": "BSD-3-Clause",
12 "homepage": "https://github.com/ntucker/anansi/tree/master/packages/polyfill#readme",
13 "repository": {
14 "type": "git",
15 "url": "git+ssh://git@github.com/ntucker/anansi.git",
16 "directory": "packages/polyfill"
17 },
18 "main": "dist/index.js",
19 "module": "lib/index.js",
20 "types": "lib/index.d.ts",
21 "scripts": {
22 "build:commonjs": "rollup -c",
23 "build:lib": "NODE_ENV=production babel src --out-dir lib --source-maps inline --extensions '.ts'",
24 "build:types": "tsc --emitDeclarationOnly",
25 "build": "npm run build:types && npm run build:lib && npm run build:commonjs",
26 "dev": "yarn build:lib -w",
27 "clean": "rimraf dist lib",
28 "prepare": "yarn run clean && yarn run build",
29 "lint": "eslint src/*.js",
30 "type-check": "tsc --noEmit",
31 "type-check:watch": "npm run type-check -- --watch"
32 },
33 "files": [
34 "dist",
35 "lib"
36 ],
37 "dependencies": {
38 "@types/intl": "^1.2.0",
39 "core-js": "^3.0.0",
40 "intl": "^1.2.5",
41 "ric-shim": "^1.0.0",
42 "whatwg-fetch": "^3.0.0"
43 },
44 "devDependencies": {
45 "@anansi/babel-preset": "^2.1.7",
46 "@babel/cli": "^7.12.1",
47 "@babel/core": "^7.12.3",
48 "rollup": "^1.27.0",
49 "rollup-plugin-babel": "^4.3.3",
50 "rollup-plugin-commonjs": "^10.1.0",
51 "typescript": "^3.9.5"
52 },
53 "bugs": {
54 "url": "https://github.com/ntucker/anansi/issues"
55 },
56 "gitHead": "fe7432b228dc61f9d3e2e3dde14ba1ace6d2e5ae"
57}