UNPKG

929 BJSONView Raw
1{
2 "name": "@observablehq/notebook-inspector",
3 "version": "2.0.1",
4 "license": "ISC",
5 "main": "dist/notebook-inspector.umd.js",
6 "module": "dist/notebook-inspector.js",
7 "author": {
8 "name": "Observable, Inc.",
9 "url": "https://observablehq.com"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/observablehq/notebook-inspector.git"
14 },
15 "scripts": {
16 "test": "rollup -c && jest",
17 "precommit": "eslint .",
18 "prepare": "rollup -c",
19 "prepublishOnly": "cleancss -o dist/notebook-inspector-style.css src/style.css",
20 "postpublish": "git push && git push --tags"
21 },
22 "esm": {
23 "mode": "all",
24 "cjs": true
25 },
26 "dependencies": {
27 "esm": "^3.0.76"
28 },
29 "devDependencies": {
30 "clean-css-cli": "^4.2.1",
31 "eslint": "^5.3.0",
32 "jest": "^23.5.0",
33 "rollup": "^0.64.1",
34 "rollup-plugin-node-resolve": "^3.3.0",
35 "rollup-plugin-terser": "^1.0.1"
36 }
37}