npm-package-prajwal
Version:
29 lines (28 loc) • 568 B
JSON
{
"name": "npm-package-prajwal",
"version": "1.1.6",
"description": "",
"main": "./src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx babel src --out-dir dist",
"start": "npx babel src --watch --out-dir dist"
},
"keywords": [
"the",
"best",
"package",
"to",
"have",
"ever",
"existed"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9"
}
}