mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
450 B
17 lines
450 B
{
|
|
"name": "@duktape/duktool",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"module": "./index.js",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.18.6",
|
|
"@babel/core": "^7.18.6",
|
|
"@babel/preset-env": "^7.18.6",
|
|
"babel-loader": "^8.2.5",
|
|
"eslint": "^6.8.0",
|
|
"js-beautify": "^1.14.4",
|
|
"webpack": "^5.73.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-node-externals": "^3.0.0"
|
|
}
|
|
}
|
|
|