feat: implement basic public api

This commit is contained in:
Igor Randjelovic
2020-11-18 14:10:44 +01:00
parent 478a83d363
commit c1d240d66f
18 changed files with 201 additions and 138 deletions

View File

@@ -2,11 +2,15 @@
"name": "@nativescript/webpack",
"version": "4.0.0-dev",
"private": true,
"main": "index.js",
"main": "dist/index.js",
"files": [
"dist"
],
"license": "Apache-2.0",
"scripts": {
"build": "tsc",
"test": "jest"
"test": "jest",
"prepack": "npm run build && cp -R src/stubs dist/stubs"
},
"devDependencies": {
"@types/jest": "^26.0.15",