quasvel
Version:
Access and interact with Aragon Organizations and their apps.
24 lines (23 loc) • 590 B
JSON
{
"name": "@aragon/connect-types",
"private": true,
"version": "0.8.0-alpha.7",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc --build",
"build:cjs": "tsc --build ./tsconfig.cjs.json",
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo",
"dev:esm": "yarn build:esm --watch",
"dev:cjs": "yarn build:cjs --watch"
},
"devDependencies": {
"typescript": "^3.8.3"
}
}