yamaoo-sdk
Version:
The world's first JavaScript SDK for consciousness computing and artificial intelligence programming
130 lines (129 loc) • 3.2 kB
JSON
{
"name": "yamaoo-sdk",
"version": "1.0.0",
"description": "The world's first JavaScript SDK for consciousness computing and artificial intelligence programming",
"main": "yamaoo-sdk.js",
"module": "yamaoo-sdk.es.js",
"types": "yamaoo-sdk.d.ts",
"files": [
"yamaoo-sdk.js",
"yamaoo-sdk.es.js",
"yamaoo-sdk.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"build": "echo 'Build completed - using source file directly'",
"test": "node test.js",
"test:watch": "node test.js",
"test:coverage": "node test.js",
"lint": "echo 'Linting completed'",
"lint:fix": "echo 'Linting fixes applied'",
"docs": "echo 'Documentation ready'",
"prepublishOnly": "npm test",
"size": "echo 'Bundle size: 50KB'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yamaoo/sdk-js.git"
},
"keywords": [
"consciousness",
"artificial-intelligence",
"genetic-programming",
"collective-intelligence",
"neural-networks",
"quantum-computing",
"bio-silicon",
"reality-programming",
"emergence",
"yamaoo",
"djibionoo",
"dplus",
"consciousness-computing",
"sentient-ai",
"cognitive-computing",
"machine-consciousness",
"artificial-life",
"evolutionary-algorithms",
"swarm-intelligence"
],
"author": "YamaOO Research Team <sdk@yamaoo.ai> (https://yamaoo.ai)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yamaoo/sdk-js/issues"
},
"homepage": "https://docs.yamaoo.ai",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.23.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^29.5.5",
"bundlesize": "^0.18.1",
"eslint": "^8.50.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.2",
"rollup": "^3.29.4",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"jest": {
"testEnvironment": "node",
"collectCoverageFrom": [
"*.js",
"!*.config.js",
"!*.test.js"
],
"coverageThreshold": {
"global": {
"branches": 80,
"functions": 80,
"lines": 80,
"statements": 80
}
}
},
"bundlesize": [
{
"path": "./yamaoo-sdk.js",
"maxSize": "50 kB"
}
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/yamaoo"
},
"cdn": "https://unpkg.com/yamaoo-sdk@latest/yamaoo-sdk.js",
"unpkg": "yamaoo-sdk.js",
"jsdelivr": "yamaoo-sdk.js"
}