UNPKG

@fluencelabs/spell

Version:
44 lines 1.18 kB
{ "name": "@fluencelabs/spell", "version": "0.5.28", "description": "Aqua API for Spells", "files": [ "api.aqua", "spell_service.aqua", "trigger.aqua", "types.aqua" ], "engines": { "node": ">=18", "pnpm": ">=8" }, "config": { "SERVICE_DIR": "../../spell/modules/spell/spell", "WASM": "artifacts/spell.wasm", "AQUA_API": "./spell_service.aqua" }, "repository": { "type": "git", "url": "git+https://github.com/fluencelabs/spell.git" }, "keywords": [ "aqua" ], "author": "Fluence Labs", "license": "Apache-2.0", "bugs": { "url": "https://github.com/fluencelabs/spell/issues" }, "homepage": "https://github.com/fluencelabs/spell#readme", "devDependencies": { "@fluencelabs/aqua-lib": "0.7.2", "@fluencelabs/cli": "0.12.0", "npm-run-all2": "6.0.4" }, "scripts": { "build-wasm": "(cd $npm_package_config_SERVICE_DIR; ./build.sh)", "generate-service-api": "marine aqua $npm_package_config_SERVICE_DIR/$npm_package_config_WASM > $npm_package_config_AQUA_API", "check-aqua": "fluence aqua -i . --dry", "check": "run-s build-wasm generate-service-api check-aqua" } }