UNPKG

firescript

Version:
51 lines (50 loc) 1.35 kB
{ "name": "firescript", "version": "0.16.4", "description": "Firescript language", "main": "src/app.js", "bin": { "fire": "./bin/fire", "firescript": "./bin/fire" }, "scripts": { "test": "npm run test:unit && npm run test:integration", "test:unit": "firetest tests/unit/\\*\\*/\\*.spec.js", "test:integration": "firetest tests/integration/\\*\\*/\\*.spec.js", "pkg-version": "node -e 'require(\".\").version(true)'", "lint": "eslint src/" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/Andifeind/firescript.git" }, "keywords": [ "fire", "fs", "firescript" ], "author": "Andi Heinkelein <firetux@noname-media.com>", "license": "MIT", "devDependencies": { "@noname-media/eslint-config-standard": "^1.1.3", "inspect.js": "^1.12.4", "shell-inspect": "^1.2.0", "sinon": "^9.2.2" }, "dependencies": { "acorn": "^8.0.4", "colorfy": "^2.1.3", "esprima": "4.0.1", "fireio": "^0.6.4", "firescript-builder": "^0.2.5", "firescript-config": "^0.4.0", "firescript-error": "^1.0.1", "firescript-linter": "^0.6.5", "firescript-parser": "^0.5.2", "firescript-runtime": "^0.3.12", "firescript-test": "^0.10.14", "firescript-transpiler": "^0.4.6", "superconf": "^1.2.3", "superfs": "^1.1.2" } }