forked from AssemblyScript/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 702 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "@assemblyscript/node",
"description": "Implementations of the node.js APIs for AssemblyScript, utilizing WASI.",
"version": "0.1.0",
"license": "Apache-2.0",
"types": "assembly/node.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/AssemblyScript/node.git"
},
"bugs": {
"url": "https://github.com/AssemblyScript/node/issues"
},
"devDependencies": {
"@as-pect/core": "^2.2.0",
"assemblyscript": "github:assemblyscript/assemblyscript#7c775d1bccbe08fec5d820b9d53ae44ff6bd1e49",
"diff": "^4.0.1",
"glob": "^7.1.4",
"wasi": "github:devsnek/node-wasi"
},
"scripts": {
"test": "node tests/node"
},
"dependencies": {}
}