34 lines
978 B
JSON
34 lines
978 B
JSON
{
|
|
"name": "@latus/core",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "cha0s",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "NODE_PATH=./node_modules webpack --mode production --config ../../config/webpack.config.js",
|
|
"lint": "NODE_PATH=./node_modules eslint --format codeframe --ext mjs,js .",
|
|
"test": "NODE_PATH=./node_modules mocha --config ../../config/.mocharc.js",
|
|
"watch": "NODE_PATH=./node_modules webpack --watch --mode development --config ../../config/webpack.config.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.js.map"
|
|
],
|
|
"dependencies": {
|
|
"js-yaml": "3.14.0",
|
|
"webpack-virtual-modules": "0.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@neutrinojs/airbnb-base": "^9.4.0",
|
|
"@neutrinojs/library": "^9.4.0",
|
|
"@neutrinojs/mocha": "^9.4.0",
|
|
"chai": "4.2.0",
|
|
"eslint": "^7",
|
|
"eslint-import-resolver-webpack": "0.13.0",
|
|
"mocha": "^8",
|
|
"neutrino": "^9.4.0",
|
|
"webpack": "^4",
|
|
"webpack-cli": "^3"
|
|
}
|
|
}
|