1{
2  "name": "constantinople",
3  "version": "3.1.2",
4  "main": "lib/index.js",
5  "types": "lib/index.d.ts",
6  "description": "Determine whether a JavaScript expression evaluates to a constant (using acorn)",
7  "keywords": [
8    "acorn",
9    "ast",
10    "tooling"
11  ],
12  "dependencies": {
13    "@types/babel-types": "^7.0.0",
14    "@types/babylon": "^6.16.2",
15    "babel-types": "^6.26.0",
16    "babylon": "^6.18.0"
17  },
18  "devDependencies": {
19    "@types/node": "^9.4.4",
20    "mocha": "*",
21    "typescript": "^2.7.1"
22  },
23  "scripts": {
24    "prepublish": "npm run build",
25    "build": "tsc",
26    "pretest": "npm run build",
27    "test": "mocha -R spec"
28  },
29  "repository": {
30    "type": "git",
31    "url": "https://github.com/ForbesLindesay/constantinople.git"
32  },
33  "author": "ForbesLindesay",
34  "license": "MIT"
35}