|
1 | 1 | { |
2 | 2 | "name": "com.fluid.behavior-tree", |
3 | 3 | "version": "1.0.0", |
4 | | - "description": "Light distribution scripting for cloud support with Fluid Behaivor Tree", |
| 4 | + "unity": "2018.1", |
| 5 | + "displayName": "Fluid Behavior Tree", |
| 6 | + "description": "A micro-framework for creating Behavior Trees based upon the builder pattern", |
5 | 7 | "main": "create-dist.js", |
6 | 8 | "scripts": { |
7 | | - "build": "node create-dist.js" |
| 9 | + "build": "node create-dist.js", |
| 10 | + "semantic-release": "semantic-release" |
8 | 11 | }, |
| 12 | + "keywords": [ |
| 13 | + "ai", |
| 14 | + "behavior tree", |
| 15 | + "builder pattern" |
| 16 | + ], |
9 | 17 | "repository": { |
10 | 18 | "type": "git", |
11 | 19 | "url": "git+https://github.com/ashblue/fluid-behavior-tree.git" |
12 | 20 | }, |
13 | | - "author": "Ash Blue (twitter: @AshBlueWD)", |
14 | | - "license": "ISC", |
| 21 | + "author": { |
| 22 | + "name": "Ash Blue", |
| 23 | + |
| 24 | + "url": "https://twitter.com/ashbluewd" |
| 25 | + }, |
| 26 | + "license": "MIT", |
15 | 27 | "bugs": { |
16 | 28 | "url": "https://github.com/ashblue/fluid-behavior-tree/issues" |
17 | 29 | }, |
18 | 30 | "homepage": "https://github.com/ashblue/fluid-behavior-tree#readme", |
19 | 31 | "devDependencies": { |
| 32 | + "@semantic-release/changelog": "^3.0.2", |
| 33 | + "@semantic-release/commit-analyzer": "^6.1.0", |
| 34 | + "@semantic-release/git": "^7.0.8", |
| 35 | + "@semantic-release/github": "^5.2.10", |
| 36 | + "@semantic-release/npm": "^5.1.7", |
| 37 | + "@semantic-release/release-notes-generator": "^7.1.4", |
20 | 38 | "copy-dir": "^1.1.0", |
21 | | - "del": "^4.1.1" |
| 39 | + "del": "^4.1.1", |
| 40 | + "semantic-release": "^15.13.12" |
22 | 41 | } |
23 | 42 | } |
0 commit comments