{ "name": "assemblyscript", "version": "0.6.0", "author": "Daniel Wirtz ", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/AssemblyScript/assemblyscript.git" }, "bugs": { "url": "https://github.com/AssemblyScript/assemblyscript/issues" }, "dependencies": { "@protobufjs/utf8": "^1.1.0", "binaryen": "77.0.0-nightly.20190407", "glob": "^7.1.3", "long": "^4.0.0", "opencollective-postinstall": "^2.0.0", "source-map-support": "^0.5.11" }, "devDependencies": { "@types/node": "^11.13.0", "browser-process-hrtime": "^1.0.0", "diff": "^4.0.1", "ts-loader": "^5.3.3", "ts-node": "^6.2.0", "tslint": "^5.15.0", "typedoc": "^0.14.0", "typedoc-plugin-external-module-name": "^2.0.0", "typescript": "^3.4.2", "webpack": "^4.29.6", "webpack-cli": "^3.3.0" }, "main": "index.js", "types": "index.d.ts", "bin": { "asc": "bin/asc", "asinit": "bin/asinit" }, "engines": { "node": ">=8" }, "scripts": { "build": "webpack --mode production --display-modules", "clean": "node scripts/clean", "check": "npm run check:config && npm run check:compiler && npm run check:library", "check:config": "tsc --noEmit -p src --diagnostics --listFiles", "check:compiler": "tslint -c tslint.json --project src --formatters-dir lib/lint/formatters --format as", "check:library": "tslint -c tslint.json --project std/assembly --formatters-dir lib/lint/formatters --format as", "test": "npm run test:parser && npm run test:compiler", "test:parser": "node tests/parser", "test:compiler": "node tests/compiler", "make": "npm run clean && npm test && npm run build && npm test", "all": "npm run check && npm run make", "docs": "typedoc --tsconfig tsconfig-docs.json --mode modules --name \"AssemblyScript Compiler API\" --out ./docs/api --ignoreCompilerErrors --excludeNotExported --excludePrivate --excludeExternals --exclude **/std/** --includeDeclarations --readme src/README.md", "postinstall": "opencollective-postinstall || exit 0" }, "files": [ "lib/loader/index.d.ts", "lib/loader/index.js", "lib/loader/README.md", "bin/", "cli/", "dist/", "index.d.ts", "index.js", "LICENSE", "NOTICE", "package.json", "package-lock.json", "README.md", "src/", "std/", "tsconfig-base.json" ], "collective": { "type": "opencollective", "url": "https://opencollective.com/assemblyscript" } }