deept.js
Version:
Eine TypeScript/JavaScript Library für ML im Browser
35 lines (34 loc) • 867 B
JSON
{
"name": "deept.js",
"version": "1.2.1",
"description": "Eine TypeScript/JavaScript Library für ML im Browser",
"main": "./dist/index.js",
"scripts": {
"build": "tsc && webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LavaKonsti/DeepThought.js.git"
},
"keywords": [
"NeuralNetwork",
"JavaScript",
"TypeScript",
"MachineLearning",
"DeepLearning",
"DeepThought"
],
"author": "Konstantin Eger <konstantineger@outlook.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/LavaKonsti/DeepThought.js/issues"
},
"homepage": "https://github.com/LavaKonsti/DeepThought.js#readme",
"devDependencies": {
"webpack": "^4.10.2",
"webpack-cli": "^3.0.0"
},
"dependencies": {
"chalk": "^2.4.1"
}
}