{
  "name": "firescript",
  "version": "0.9.14",
  "description": "Firescript transpiler",
  "main": "src/app.js",
  "bin": {
    "fire": "./bin/fire"
  },
  "scripts": {
    "test": "npm run test:unit && npm run test:integration && npm run test:syntax && npm run test:transform",
    "test:unit": "firetest tests/unit/\\*\\*/\\*.spec.js",
    "test:integration": "firetest tests/integration/\\*\\*/\\*.spec.js",
    "test:syntax": "firetest tests/syntax/\\*\\*/\\*.spec.js",
    "test:transform": "firetest tests/transform/\\*\\*/\\*.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Andifeind/firescript.git"
  },
  "keywords": [
    "fire",
    "fs",
    "firescript"
  ],
  "author": "Andi Heinkelein <andifeind@noname-media.com>",
  "license": "MIT",
  "devDependencies": {
    "@noname-media/eslint-config-standard": "^1.1.0",
    "shell-inspect": "1.2.0",
    "inspect.js": "^1.11.8",
    "firescript-test": "^0.8.1",
    "eslint-plugin-node": "^9.1.0",
    "sinon": "^7.3.2"
  },
  "dependencies": {
    "colorfy": "^2.0.4",
    "esprima": "4.0.1",
    "fireio": "^0.4.2",
    "firescript-runtime": "^0.3.7",
    "logtopus": "^1.1.3",
    "superarr": "0.1.0",
    "superconf": "^1.2.3",
    "superfs": "^0.12.2",
    "superimport": "^1.4.0",
    "superreg": "^0.2.1",
    "type-inspect": "^1.4.4"
  }
}
