2019-03-17 18:43:20 -04:00
|
|
|
{
|
2019-10-07 14:47:30 -04:00
|
|
|
"name": "com.mambojambostudios.unity-atoms",
|
|
|
|
"displayName": "Unity Atoms",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://npm.pkg.github.com/"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/AdamRamberg/unity-atoms.git"
|
|
|
|
},
|
|
|
|
"unity": "2019.1",
|
|
|
|
"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",
|
|
|
|
"publish:core": "npm publish ./Packages/Core --tag beta",
|
|
|
|
"publish:mobile": "npm publish ./Packages/Mobile --tag beta",
|
|
|
|
"publish:scene": "npm publish ./Packages/SceneMgmt --tag beta",
|
|
|
|
"publish:tags": "npm publish ./Packages/Tags --tag beta",
|
2019-10-14 21:07:22 -04:00
|
|
|
"publish:ui": "npm publish ./Packages/UI --tag beta",
|
|
|
|
"generate:docs": "node scripts/generateDocs.js"
|
2019-10-07 14:47:30 -04:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"/LICENSE.md",
|
|
|
|
"/LICENSE.md.meta",
|
|
|
|
"/README.md",
|
|
|
|
"/README.md.meta",
|
|
|
|
"/package.json",
|
|
|
|
"/package.json.meta",
|
|
|
|
"/Packages",
|
|
|
|
"/Packages.meta"
|
2019-10-14 20:08:41 -04:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"rimraf": "^3.0.0",
|
|
|
|
"xml2js": "^0.4.22"
|
|
|
|
}
|
2019-10-01 17:53:44 -04:00
|
|
|
}
|