mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"name": "com.unity-atoms.unity-atoms",
|
|
"displayName": "Unity Atoms",
|
|
"version": "4.4.7",
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unity-atoms/unity-atoms.git"
|
|
},
|
|
"unity": "2018.3",
|
|
"description": "Tiny modular pieces utilizing the power of Scriptable Objects",
|
|
"keywords": [
|
|
"scriptable objects",
|
|
"unity"
|
|
],
|
|
"category": "Unity",
|
|
"scripts": {
|
|
"publish:all": "npm run publish:core && npm run publish:mobile && npm run publish:scene && npm run publish:tags && npm run publish:ui && npm run publish:mono && npm run publish:base && npm run publish:fsm && npm run publish:input",
|
|
"publish:core": "npm publish ./Packages/Core",
|
|
"publish:fsm": "npm publish ./Packages/FSM",
|
|
"publish:base": "npm publish ./Packages/BaseAtoms",
|
|
"publish:mobile": "npm publish ./Packages/Mobile",
|
|
"publish:scene": "npm publish ./Packages/SceneMgmt",
|
|
"publish:tags": "npm publish ./Packages/Tags",
|
|
"publish:ui": "npm publish ./Packages/UI",
|
|
"publish:mono": "npm publish ./Packages/MonoHooks",
|
|
"publish:input": "npm publish ./Packages/InputSystem"
|
|
},
|
|
"files": [
|
|
"/LICENSE.md",
|
|
"/LICENSE.md.meta",
|
|
"/README.md",
|
|
"/README.md.meta",
|
|
"/package.json",
|
|
"/package.json.meta",
|
|
"/Packages",
|
|
"/Packages.meta"
|
|
]
|
|
}
|