source: trip-planner-front/node_modules/@assemblyscript/loader/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "@assemblyscript/loader",
3 "description": "A convenient loader for AssemblyScript modules.",
4 "keywords": [
5 "assemblyscript",
6 "loader",
7 "glue",
8 "interop",
9 "webassembly",
10 "wasm"
11 ],
12 "version": "0.10.1",
13 "author": "Daniel Wirtz <dcode+assemblyscript@dcode.io>",
14 "license": "Apache-2.0",
15 "homepage": "https://assemblyscript.org",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/AssemblyScript/assemblyscript.git",
19 "directory": "lib/loader"
20 },
21 "bugs": {
22 "url": "https://github.com/AssemblyScript/assemblyscript/issues"
23 },
24 "main": "index.js",
25 "types": "index.d.ts",
26 "scripts": {
27 "asbuild": "npm run asbuild:default && npm run asbuild:legacy",
28 "asbuild:default": "node ../../bin/asc tests/assembly/index.ts -b tests/build/default.wasm",
29 "asbuild:legacy": "node ../../bin/asc tests/assembly/index.ts --disable mutable-globals -b tests/build/legacy.wasm",
30 "test": "node tests"
31 },
32 "files": [
33 "index.d.ts",
34 "index.js",
35 "package.json",
36 "README.md"
37 ]
38}
Note: See TracBrowser for help on using the repository browser.