pi-emergence
Version:
Various emergent phenomena
49 lines (48 loc) • 1.47 kB
JSON
{
"name": "pi-emergence",
"version": "1.0.36",
"description": "Various emergent phenomena",
"main": "index.html",
"scripts": {
"start": "http-server",
"test": "test",
"eject": "echo 'Ejecting, I guess...'",
"clean": "rm -rf dist",
"prepare-build": "echo 'Preparing (clean, Env, babel)...' && npm run clean && NODE_ENV=production babel lib --out-dir dist",
"copy": "cp package.json dist/. && cp README.md dist/. && cd lib && find . \\( ! -name '*.original.css' -a \\( -name '*.css' -o -name '*.png' -o -name '*.svg' \\) \\) | cpio -pdm ../dist && cd ..",
"build": "echo 'Building...' && npm run prepare-build && npm run copy"
},
"dependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"web-vitals": "^2.1.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"peerDependencies": {
"p5": "^1.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JadeCharles/pi-particles.git"
},
"publishConfig": {
"@jadecharles:registry": "https://npm.pkg.github.com"
},
"keywords": [
"neural-network",
"particles",
"particle-life",
"ai",
"machine-learning",
"emergent"
],
"bugs": {
"url": "https://github.com/JadeCharles/pi-particles/issues"
},
"homepage": "https://github.com/JadeCharles/pi-particles#readme",
"author": "Jade Charles",
"license": "ISC"
}