-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.01 KB
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@imcoding.online/js-move-playground",
"version": "1.0.3",
"description": "js move playground by imcoding",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c rollup.config.ts --configPlugin typescript",
"dev": "rollup -c rollup.config.ts -w --configPlugin typescript",
"pretest": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imcoding-online/js-move-playground.git"
},
"keywords": [
"move",
"vm",
"aptos",
"javascript",
"typescript",
"browser"
],
"author": "imcoding.online",
"license": "MIT",
"bugs": {
"url": "https://github.com/imcoding-online/js-move-playground/issues"
},
"homepage": "https://github.com/imcoding-online/js-move-playground#readme",
"devDependencies": {
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-wasm": "^5.2.0",
"rollup": "^2.79.0",
"rollup-plugin-dts": "^4.2.2",
"tslib": "^2.4.0"
},
"files": [
"dist"
]
}