@teraflop/api
Version:
Teraflop game engine WebAssembly scripting API
39 lines (38 loc) • 1.09 kB
JSON
{
"name": "@teraflop/api",
"version": "0.1.0-pre-alpha-6",
"description": "Teraflop game engine WebAssembly scripting API",
"main": "index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "npm run asbuild && npm run lib && node tests/index.js",
"prepack": "npx tsc && npm run asbuild",
"lib": "npx tsc",
"asbuild:untouched": "asc assembly/index.ts --target debug",
"asbuild:optimized": "asc assembly/index.ts --target release",
"asbuild": "npm run asbuild:untouched && npm run asbuild:optimized"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chances/teraflop-d.git"
},
"keywords": [
"webassembly",
"wasm",
"assemblyscript",
"scripting"
],
"author": "Chance Snow <git@chancesnow.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chances/teraflop-d/issues"
},
"homepage": "https://github.com/chances/teraflop-d#readme",
"devDependencies": {
"assemblyscript": "^0.17.12",
"typescript": "^4.1.3"
},
"dependencies": {
"@assemblyscript/loader": "^0.17.12"
}
}