2019-03-17 23:43:20 +01:00
{
2019-10-07 20:47:30 +02:00
"name" : "com.mambojambostudios.unity-atoms" ,
"displayName" : "Unity Atoms" ,
2020-02-24 00:59:35 +01:00
"version" : "3.0.0" ,
2019-10-07 20:47:30 +02:00
"publishConfig" : {
"registry" : "https://npm.pkg.github.com/"
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/AdamRamberg/unity-atoms.git"
} ,
2020-02-24 00:59:35 +01:00
"unity" : "2018.3" ,
2019-10-07 20:47:30 +02:00
"description" : "Tiny modular pieces utilizing the power of Scriptable Objects" ,
"keywords" : [
"scriptable objects" ,
"unity"
] ,
"category" : "Unity" ,
"scripts" : {
2019-10-16 01:43:51 +02:00
"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" ,
2019-10-24 08:15:45 +02:00
"publish:core" : "npm publish ./Packages/Core" ,
"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" ,
2019-10-15 21:02:41 +02:00
"generate:docs" : "node scripts/generateDocs.js" ,
"generate:docs:verbose" : "node scripts/generateDocs.js --verbose"
2019-10-07 20:47:30 +02:00
} ,
"files" : [
"/LICENSE.md" ,
"/LICENSE.md.meta" ,
"/README.md" ,
"/README.md.meta" ,
"/package.json" ,
"/package.json.meta" ,
"/Packages" ,
"/Packages.meta"
2019-10-15 02:08:41 +02:00
] ,
"devDependencies" : {
"rimraf" : "^3.0.0" ,
2019-10-15 21:02:41 +02:00
"xml2js" : "^0.4.22" ,
"yargs" : "^14.2.0"
2019-10-15 02:08:41 +02:00
}
2019-10-01 23:53:44 +02:00
}