@abstractapi/javascript-core
Version:
AbstractAPI Javascript Core Library - Used by the other Abstract API libraries
44 lines (43 loc) • 1.19 kB
JSON
{
"name": "@abstractapi/javascript-core",
"version": "1.1.0",
"description": "AbstractAPI Javascript Core Library - Used by the other Abstract API libraries",
"main": "index.js",
"scripts": {
"build": "webpack",
"build:lib": "npx babel src --out-dir lib",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abstractapi/javascript-core.git"
},
"keywords": [
"abstract",
"abstractapi",
"api",
"core"
],
"author": "Benjamin Bouchet <libraries@abstractapi.com> (https://abstractapi.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/abstractapi/javascript-core/issues"
},
"homepage": "https://github.com/abstractapi/javascript-core",
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-async-to-generator": "^7.13.0",
"@babel/preset-env": "^7.13.12",
"babel-loader": "^8.2.2",
"jest": "^26.6.3",
"regenerator-runtime": "^0.13.7",
"webpack": "^5.30.0",
"webpack-cli": "^4.5.0"
},
"directories": {
"lib": "lib",
"test": "test"
}
}