UNPKG

@winged/core

Version:

Morden webapp framekwork made only for ts developers. (UNDER DEVELOPMENT, PLEASE DO NOT USE)

28 lines (27 loc) 886 B
{ "name": "@winged/core", "version": "0.0.4", "description": "Morden webapp framekwork made only for ts developers. (UNDER DEVELOPMENT, PLEASE DO NOT USE)", "main": "./build/index.js", "types": "./build/index.d.ts", "scripts": { "dev": "parcel --no-hmr dev.html", "build": "parcel build src/index.ts -d build -o index.js --no-cache --no-minify --no-source-maps && tsc -d --emitDeclarationOnly --module commonjs -t es2015 --outDir build/ src/index.ts", "publish": "yarn publish --access=public" }, "author": "", "license": "MIT", "dependencies": {}, "devDependencies": { "parcel-bundler": "^1.9.7", "parcel-plugin-typescript": "^1.0.0", "reflect-metadata": "^0.1.12", "tslint": "^5.11.0", "typescript": "^2.9.2" }, "repository": { "type": "git", "url": "git@git.coding.net:giyyapan/view-next.git" }, "keywords": [] }